Color Hex Logo

#cca46e Color Hex

#CCA46E
(204,164,110)
0 Favorites   0 Comments

Color spaces of #cca46e

RGB 204164110
HSL0.100.480.62
HSV34°46°80°
CMYK 0.000.200.46   0.20
XYZ40.991840.514120.4114
Yxy40.51410.40220.3975
Hunter Lab63.65073.567425.5425
CIE-Lab69.83417.791333.5263

#cca46e color RGB value is (204,164,110).

#cca46e hex color red value is 204, green value is 164 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cca46e hue: 0.10 , saturation: 0.48 and the lightness value of cca46e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01101110
Octal 314 244 156
Decimal 204 164 110
Hex CC A4 6E

RGB Percentages of Color #cca46e

%42.68
%34.31
%23.01

CMYK Percentages of Color #cca46e

%0
%20
%46
%20

Triadic Colors of #cca46e

#cca46e #6ecca4 #a46ecc

Analogous Colors of #cca46e

#cca46e #c5cc6e #cc756e

Monochromatic Colors of #cca46e

#cca46e

Complementary Color

#cca46e #6e96cc

#cca46e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca46e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca46e Color CSS Codes

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

#cca46e Text Font Color

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

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


#cca46e Background Color

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

This div background color is #cca46e


#cca46e Border Color

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

This div border color is #cca46e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca46e

#cca46e Color Palettes


Comments

No comments written yet.

Please login to write comment.