Color Hex Logo

#c9604e Color Hex

#C9604E
(201,96,78)
0 Favorites   0 Comments

Color spaces of #c9604e

RGB 2019678
HSL0.020.530.55
HSV61°79°
CMYK 0.000.520.61   0.21
XYZ29.645421.33339.7630
Yxy21.33330.48810.3512
Hunter Lab46.188033.739919.7991
CIE-Lab53.312440.325729.9873

#c9604e color RGB value is (201,96,78).

#c9604e hex color red value is 201, green value is 96 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c9604e hue: 0.02 , saturation: 0.53 and the lightness value of c9604e is 0.55.

The process color (four color CMYK) of #c9604e color hex is 0.00, 0.52, 0.61, 0.21. Web safe color of #c9604e is #cc6666. Color #c9604e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100000 01001110
Octal 311 140 116
Decimal 201 96 78
Hex C9 60 4E

RGB Percentages of Color #c9604e

%53.60
%25.60
%20.80

CMYK Percentages of Color #c9604e

%0
%52
%61
%21

Triadic Colors of #c9604e

#c9604e #4ec960 #604ec9

Analogous Colors of #c9604e

#c9604e #c99e4e #c94e7a

Monochromatic Colors of #c9604e

#c9604e

Complementary Color

#c9604e #4eb7c9

#c9604e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9604e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9604e Color CSS Codes

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

#c9604e Text Font Color

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

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


#c9604e Background Color

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

This div background color is #c9604e


#c9604e Border Color

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

This div border color is #c9604e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9604e


Comments

No comments written yet.

Please login to write comment.