Color Hex Logo

#cc8664 Color Hex

#CC8664
(204,134,100)
0 Favorites   0 Comments

Color spaces of #cc8664

RGB 204134100
HSL0.050.500.60
HSV20°51°80°
CMYK 0.000.340.51   0.20
XYZ35.727230.807716.1200
Yxy30.80770.43220.3727
Hunter Lab55.504717.763521.6339
CIE-Lab62.345023.153529.2744

#cc8664 color RGB value is (204,134,100).

#cc8664 hex color red value is 204, green value is 134 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cc8664 hue: 0.05 , saturation: 0.50 and the lightness value of cc8664 is 0.60.

The process color (four color CMYK) of #cc8664 color hex is 0.00, 0.34, 0.51, 0.20. Web safe color of #cc8664 is #cc9966. Color #cc8664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 01100100
Octal 314 206 144
Decimal 204 134 100
Hex CC 86 64

RGB Percentages of Color #cc8664

%46.58
%30.59
%22.83

CMYK Percentages of Color #cc8664

%0
%34
%51
%20

Triadic Colors of #cc8664

#cc8664 #64cc86 #8664cc

Analogous Colors of #cc8664

#cc8664 #ccba64 #cc6476

Monochromatic Colors of #cc8664

#cc8664

Complementary Color

#cc8664 #64aacc

#cc8664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8664 Color CSS Codes

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

#cc8664 Text Font Color

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

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


#cc8664 Background Color

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

This div background color is #cc8664


#cc8664 Border Color

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

This div border color is #cc8664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8664

#cc8664 Color Palettes


Comments

No comments written yet.

Please login to write comment.