Color Hex Logo

#cca078 Color Hex

#CCA078
(204,160,120)
0 Favorites   0 Comments

Color spaces of #cca078

RGB 204160120
HSL0.080.450.64
HSV29°41°80°
CMYK 0.000.220.41   0.20
XYZ40.862839.335023.2080
Yxy39.33500.39520.3804
Hunter Lab62.71766.543421.9627
CIE-Lab68.993211.019127.0709

#cca078 color RGB value is (204,160,120).

#cca078 hex color red value is 204, green value is 160 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cca078 hue: 0.08 , saturation: 0.45 and the lightness value of cca078 is 0.64.

The process color (four color CMYK) of #cca078 color hex is 0.00, 0.22, 0.41, 0.20. Web safe color of #cca078 is #cc9966. Color #cca078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100000 01111000
Octal 314 240 170
Decimal 204 160 120
Hex CC A0 78

RGB Percentages of Color #cca078

%42.15
%33.06
%24.79

CMYK Percentages of Color #cca078

%0
%22
%41
%20

Triadic Colors of #cca078

#cca078 #78cca0 #a078cc

Analogous Colors of #cca078

#cca078 #ccca78 #cc787a

Monochromatic Colors of #cca078

#cca078

Complementary Color

#cca078 #78a4cc

#cca078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca078 Color CSS Codes

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

#cca078 Text Font Color

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

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


#cca078 Background Color

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

This div background color is #cca078


#cca078 Border Color

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

This div border color is #cca078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca078


Comments

No comments written yet.

Please login to write comment.