Color Hex Logo

#cc692b Color Hex

#CC692B
(204,105,43)
0 Favorites   0 Comments

Color spaces of #cc692b

RGB 20410543
HSL0.060.650.48
HSV23°79°80°
CMYK 0.000.490.79   0.20
XYZ30.389523.11495.1454
Yxy23.11490.51820.3941
Hunter Lab48.078028.691327.3092
CIE-Lab55.190535.043950.4348

#cc692b color RGB value is (204,105,43).

#cc692b hex color red value is 204, green value is 105 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc692b hue: 0.06 , saturation: 0.65 and the lightness value of cc692b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 00101011
Octal 314 151 53
Decimal 204 105 43
Hex CC 69 2B

RGB Percentages of Color #cc692b

%57.95
%29.83
%12.22

CMYK Percentages of Color #cc692b

%0
%49
%79
%20

Triadic Colors of #cc692b

#cc692b #2bcc69 #692bcc

Analogous Colors of #cc692b

#cc692b #ccba2b #cc2b3d

Monochromatic Colors of #cc692b

#cc692b

Complementary Color

#cc692b #2b8ecc

#cc692b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc692b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc692b Color CSS Codes

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

#cc692b Text Font Color

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

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


#cc692b Background Color

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

This div background color is #cc692b


#cc692b Border Color

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

This div border color is #cc692b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc692b


Comments

No comments written yet.

Please login to write comment.