Color Hex Logo

#cc694e Color Hex

#CC694E
(204,105,78)
0 Favorites   0 Comments

Color spaces of #cc694e

RGB 20410578
HSL0.040.550.55
HSV13°62°80°
CMYK 0.000.490.62   0.20
XYZ31.328623.490610.0907
Yxy23.49060.48260.3619
Hunter Lab48.467130.563021.5830
CIE-Lab55.574136.876432.8963

#cc694e color RGB value is (204,105,78).

#cc694e hex color red value is 204, green value is 105 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #cc694e hue: 0.04 , saturation: 0.55 and the lightness value of cc694e is 0.55.

The process color (four color CMYK) of #cc694e color hex is 0.00, 0.49, 0.62, 0.20. Web safe color of #cc694e is #cc6666. Color #cc694e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 01001110
Octal 314 151 116
Decimal 204 105 78
Hex CC 69 4E

RGB Percentages of Color #cc694e

%52.71
%27.13
%20.16

CMYK Percentages of Color #cc694e

%0
%49
%62
%20

Triadic Colors of #cc694e

#cc694e #4ecc69 #694ecc

Analogous Colors of #cc694e

#cc694e #cca84e #cc4e72

Monochromatic Colors of #cc694e

#cc694e

Complementary Color

#cc694e #4eb1cc

#cc694e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc694e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc694e Color CSS Codes

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

#cc694e Text Font Color

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

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


#cc694e Background Color

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

This div background color is #cc694e


#cc694e Border Color

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

This div border color is #cc694e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,105,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 #cc694e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc694e


Comments

No comments written yet.

Please login to write comment.