Color Hex Logo

#cca478 Color Hex

#CCA478
(204,164,120)
0 Favorites   0 Comments

Color spaces of #cca478

RGB 204164120
HSL0.090.450.64
HSV31°41°80°
CMYK 0.000.200.41   0.20
XYZ41.567540.744423.4429
Yxy40.74440.39310.3853
Hunter Lab63.83134.535822.9069
CIE-Lab69.99658.851828.3989

#cca478 color RGB value is (204,164,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01111000
Octal 314 244 170
Decimal 204 164 120
Hex CC A4 78

RGB Percentages of Color #cca478

%41.80
%33.61
%24.59

CMYK Percentages of Color #cca478

%0
%20
%41
%20

Triadic Colors of #cca478

#cca478 #78cca4 #a478cc

Analogous Colors of #cca478

#cca478 #cacc78 #cc7a78

Monochromatic Colors of #cca478

#cca478

Complementary Color

#cca478 #78a0cc

#cca478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca478 Color CSS Codes

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

#cca478 Text Font Color

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

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


#cca478 Background Color

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

This div background color is #cca478


#cca478 Border Color

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

This div border color is #cca478


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,164,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 #cca478">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca478

#cca478 Color Palettes


Comments

No comments written yet.

Please login to write comment.