Color Hex Logo

#cc692d Color Hex

#CC692D
(204,105,45)
0 Favorites   0 Comments

Color spaces of #cc692d

RGB 20410545
HSL0.060.640.49
HSV23°78°80°
CMYK 0.000.490.78   0.20
XYZ30.427123.13005.3435
Yxy23.13000.51660.3927
Hunter Lab48.093728.766527.0781
CIE-Lab55.206035.118049.5452

#cc692d color RGB value is (204,105,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 00101101
Octal 314 151 55
Decimal 204 105 45
Hex CC 69 2D

RGB Percentages of Color #cc692d

%57.63
%29.66
%12.71

CMYK Percentages of Color #cc692d

%0
%49
%78
%20

Triadic Colors of #cc692d

#cc692d #2dcc69 #692dcc

Analogous Colors of #cc692d

#cc692d #ccb92d #cc2d40

Monochromatic Colors of #cc692d

#cc692d

Complementary Color

#cc692d #2d90cc

#cc692d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc692d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc692d Color CSS Codes

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

#cc692d Text Font Color

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

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


#cc692d Background Color

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

This div background color is #cc692d


#cc692d Border Color

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

This div border color is #cc692d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc692d


Comments

No comments written yet.

Please login to write comment.