Color Hex Logo

#c95318 Color Hex

#C95318
(201,83,24)
0 Favorites   0 Comments

Color spaces of #c95318

RGB 2018324
HSL0.060.790.44
HSV20°88°79°
CMYK 0.000.590.88   0.21
XYZ27.345518.67003.0265
Yxy18.67000.55760.3807
Hunter Lab43.208837.351726.0933
CIE-Lab50.298944.309053.7245

#c95318 color RGB value is (201,83,24).

#c95318 hex color red value is 201, green value is 83 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #c95318 hue: 0.06 , saturation: 0.79 and the lightness value of c95318 is 0.44.

The process color (four color CMYK) of #c95318 color hex is 0.00, 0.59, 0.88, 0.21. Web safe color of #c95318 is #cc6600. Color #c95318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010011 00011000
Octal 311 123 30
Decimal 201 83 24
Hex C9 53 18

RGB Percentages of Color #c95318

%65.26
%26.95
%7.79

CMYK Percentages of Color #c95318

%0
%59
%88
%21

Triadic Colors of #c95318

#c95318 #18c953 #5318c9

Analogous Colors of #c95318

#c95318 #c9ac18 #c91836

Monochromatic Colors of #c95318

#c95318

Complementary Color

#c95318 #188ec9

#c95318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95318 Color CSS Codes

.mybgcolor {background-color:#c95318; } 
.myforecolor {color:#c95318; }
.mybordercolor {border:3px solid #c95318; }

#c95318 Text Font Color

<p style="color:#c95318">Text here</p>

This sample text font color is #c95318
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c95318 Background Color

<div style="background-color:#c95318">
Div content here</div>

This div background color is #c95318


#c95318 Border Color

<div style="border:3px solid #c95318">
Div here</div>

This div border color is #c95318


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,83,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95318; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95318;
  -webkit-box-shadow: 1px 1px 3px 2px #c95318;
  box-shadow:         1px 1px 3px 2px #c95318; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,83,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c95318">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c95318;
  -webkit-box-shadow: 1px 1px 3px 2px #c95318;
  box-shadow:         1px 1px 3px 2px #c95318;">
Div content here</div>

This div box has shadow with color #c95318


Comments

No comments written yet.

Please login to write comment.