Color Hex Logo

#cc694a Color Hex

#CC694A
(204,105,74)
0 Favorites   0 Comments

Color spaces of #cc694a

RGB 20410574
HSL0.040.560.55
HSV14°64°80°
CMYK 0.000.490.64   0.20
XYZ31.189423.43499.3581
Yxy23.43490.48750.3663
Hunter Lab48.409630.287422.4253
CIE-Lab55.517536.608235.0443

#cc694a color RGB value is (204,105,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 01001010
Octal 314 151 112
Decimal 204 105 74
Hex CC 69 4A

RGB Percentages of Color #cc694a

%53.26
%27.42
%19.32

CMYK Percentages of Color #cc694a

%0
%49
%64
%20

Triadic Colors of #cc694a

#cc694a #4acc69 #694acc

Analogous Colors of #cc694a

#cc694a #ccaa4a #cc4a6c

Monochromatic Colors of #cc694a

#cc694a

Complementary Color

#cc694a #4aadcc

#cc694a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc694a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc694a Color CSS Codes

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

#cc694a Text Font Color

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

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


#cc694a Background Color

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

This div background color is #cc694a


#cc694a Border Color

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

This div border color is #cc694a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc694a


Comments

No comments written yet.

Please login to write comment.