Color Hex Logo

#c9645e Color Hex

#C9645E
(201,100,94)
0 Favorites   0 Comments

Color spaces of #c9645e

RGB 20110094
HSL0.010.500.58
HSV53°79°
CMYK 0.000.500.53   0.21
XYZ30.664922.340013.2855
Yxy22.34000.46260.3370
Hunter Lab47.265233.093816.4202
CIE-Lab54.385939.541622.1571

#c9645e color RGB value is (201,100,94).

#c9645e hex color red value is 201, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #c9645e hue: 0.01 , saturation: 0.50 and the lightness value of c9645e is 0.58.

The process color (four color CMYK) of #c9645e color hex is 0.00, 0.50, 0.53, 0.21. Web safe color of #c9645e is #cc6666. Color #c9645e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100100 01011110
Octal 311 144 136
Decimal 201 100 94
Hex C9 64 5E

RGB Percentages of Color #c9645e

%50.89
%25.32
%23.80

CMYK Percentages of Color #c9645e

%0
%50
%53
%21

Triadic Colors of #c9645e

#c9645e #5ec964 #645ec9

Analogous Colors of #c9645e

#c9645e #c99a5e #c95e8e

Monochromatic Colors of #c9645e

#c9645e

Complementary Color

#c9645e #5ec3c9

#c9645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9645e Color CSS Codes

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

#c9645e Text Font Color

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

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


#c9645e Background Color

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

This div background color is #c9645e


#c9645e Border Color

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

This div border color is #c9645e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9645e


Comments

No comments written yet.

Please login to write comment.