Color Hex Logo

#cc682e Color Hex

#CC682E
(204,104,46)
0 Favorites   0 Comments

Color spaces of #cc682e

RGB 20410446
HSL0.060.630.49
HSV22°77°80°
CMYK 0.000.490.77   0.20
XYZ30.345322.93535.4123
Yxy22.93530.51700.3908
Hunter Lab47.890829.294926.8230
CIE-Lab55.005635.674848.8868

#cc682e color RGB value is (204,104,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101000 00101110
Octal 314 150 56
Decimal 204 104 46
Hex CC 68 2E

RGB Percentages of Color #cc682e

%57.63
%29.38
%12.99

CMYK Percentages of Color #cc682e

%0
%49
%77
%20

Triadic Colors of #cc682e

#cc682e #2ecc68 #682ecc

Analogous Colors of #cc682e

#cc682e #ccb72e #cc2e43

Monochromatic Colors of #cc682e

#cc682e

Complementary Color

#cc682e #2e92cc

#cc682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc682e Color CSS Codes

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

#cc682e Text Font Color

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

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


#cc682e Background Color

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

This div background color is #cc682e


#cc682e Border Color

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

This div border color is #cc682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc682e


Comments

No comments written yet.

Please login to write comment.