Color Hex Logo

#cc683e Color Hex

#CC683E
(204,104,62)
0 Favorites   0 Comments

Color spaces of #cc683e

RGB 20410462
HSL0.050.580.52
HSV18°70°80°
CMYK 0.000.490.70   0.20
XYZ30.721723.08587.3942
Yxy23.08580.50200.3772
Hunter Lab48.047730.049524.5091
CIE-Lab55.160636.414041.0938

#cc683e color RGB value is (204,104,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 00111110
Octal 314 150 76
Decimal 204 104 62
Hex CC 68 3E

RGB Percentages of Color #cc683e

%55.14
%28.11
%16.76

CMYK Percentages of Color #cc683e

%0
%49
%70
%20

Triadic Colors of #cc683e

#cc683e #3ecc68 #683ecc

Analogous Colors of #cc683e

#cc683e #ccaf3e #cc3e5b

Monochromatic Colors of #cc683e

#cc683e

Complementary Color

#cc683e #3ea2cc

#cc683e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc683e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc683e Color CSS Codes

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

#cc683e Text Font Color

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

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


#cc683e Background Color

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

This div background color is #cc683e


#cc683e Border Color

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

This div border color is #cc683e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc683e


Comments

No comments written yet.

Please login to write comment.