Color Hex Logo

#cc693d Color Hex

#CC693D
(204,105,61)
0 Favorites   0 Comments

Color spaces of #cc693d

RGB 20410561
HSL0.050.580.52
HSV18°70°80°
CMYK 0.000.490.70   0.20
XYZ30.795723.27747.2848
Yxy23.27740.50190.3794
Hunter Lab48.246729.504424.8204
CIE-Lab55.356935.843141.8367

#cc693d color RGB value is (204,105,61).

#cc693d hex color red value is 204, green value is 105 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc693d hue: 0.05 , saturation: 0.58 and the lightness value of cc693d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 00111101
Octal 314 151 75
Decimal 204 105 61
Hex CC 69 3D

RGB Percentages of Color #cc693d

%55.14
%28.38
%16.49

CMYK Percentages of Color #cc693d

%0
%49
%70
%20

Triadic Colors of #cc693d

#cc693d #3dcc69 #693dcc

Analogous Colors of #cc693d

#cc693d #ccb13d #cc3d59

Monochromatic Colors of #cc693d

#cc693d

Complementary Color

#cc693d #3da0cc

#cc693d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc693d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc693d Color CSS Codes

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

#cc693d Text Font Color

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

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


#cc693d Background Color

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

This div background color is #cc693d


#cc693d Border Color

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

This div border color is #cc693d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc693d


Comments

No comments written yet.

Please login to write comment.