Color Hex Logo

#cc694b Color Hex

#CC694B
(204,105,75)
0 Favorites   0 Comments

Color spaces of #cc694b

RGB 20410575
HSL0.040.560.55
HSV14°63°80°
CMYK 0.000.490.63   0.20
XYZ31.223423.44859.5370
Yxy23.44850.48630.3652
Hunter Lab48.423730.354822.2194
CIE-Lab55.531336.673834.5093

#cc694b color RGB value is (204,105,75).

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

The process color (four color CMYK) of #cc694b color hex is 0.00, 0.49, 0.63, 0.20. Web safe color of #cc694b is #cc6633. Color #cc694b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 01001011
Octal 314 151 113
Decimal 204 105 75
Hex CC 69 4B

RGB Percentages of Color #cc694b

%53.13
%27.34
%19.53

CMYK Percentages of Color #cc694b

%0
%49
%63
%20

Triadic Colors of #cc694b

#cc694b #4bcc69 #694bcc

Analogous Colors of #cc694b

#cc694b #ccaa4b #cc4b6e

Monochromatic Colors of #cc694b

#cc694b

Complementary Color

#cc694b #4baecc

#cc694b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc694b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc694b Color CSS Codes

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

#cc694b Text Font Color

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

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


#cc694b Background Color

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

This div background color is #cc694b


#cc694b Border Color

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

This div border color is #cc694b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,105,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc694b


Comments

No comments written yet.

Please login to write comment.