Color Hex Logo

#c9602f Color Hex

#C9602F
(201,96,47)
0 Favorites   0 Comments

Color spaces of #c9602f

RGB 2019647
HSL0.050.620.49
HSV19°77°79°
CMYK 0.000.520.77   0.21
XYZ28.783420.98855.2235
Yxy20.98850.52340.3816
Hunter Lab45.813231.974425.3092
CIE-Lab52.936938.625146.1853

#c9602f color RGB value is (201,96,47).

#c9602f hex color red value is 201, green value is 96 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c9602f hue: 0.05 , saturation: 0.62 and the lightness value of c9602f is 0.49.

The process color (four color CMYK) of #c9602f color hex is 0.00, 0.52, 0.77, 0.21. Web safe color of #c9602f is #cc6633. Color #c9602f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 00101111
Octal 311 140 57
Decimal 201 96 47
Hex C9 60 2F

RGB Percentages of Color #c9602f

%58.43
%27.91
%13.66

CMYK Percentages of Color #c9602f

%0
%52
%77
%21

Triadic Colors of #c9602f

#c9602f #2fc960 #602fc9

Analogous Colors of #c9602f

#c9602f #c9ad2f #c92f4b

Monochromatic Colors of #c9602f

#c9602f

Complementary Color

#c9602f #2f98c9

#c9602f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9602f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9602f Color CSS Codes

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

#c9602f Text Font Color

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

This sample text font color is #c9602f
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.


#c9602f Background Color

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

This div background color is #c9602f


#c9602f Border Color

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

This div border color is #c9602f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9602f


Comments

No comments written yet.

Please login to write comment.