Color Hex Logo

#cca272 Color Hex

#CCA272
(204,162,114)
0 Favorites   0 Comments

Color spaces of #cca272

RGB 204162114
HSL0.090.470.62
HSV32°44°80°
CMYK 0.000.210.44   0.20
XYZ40.859439.892921.4662
Yxy39.89290.39970.3903
Hunter Lab63.16084.942124.0619
CIE-Lab69.39329.284830.8273

#cca272 color RGB value is (204,162,114).

#cca272 hex color red value is 204, green value is 162 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cca272 hue: 0.09 , saturation: 0.47 and the lightness value of cca272 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01110010
Octal 314 242 162
Decimal 204 162 114
Hex CC A2 72

RGB Percentages of Color #cca272

%42.50
%33.75
%23.75

CMYK Percentages of Color #cca272

%0
%21
%44
%20

Triadic Colors of #cca272

#cca272 #72cca2 #a272cc

Analogous Colors of #cca272

#cca272 #c9cc72 #cc7572

Monochromatic Colors of #cca272

#cca272

Complementary Color

#cca272 #729ccc

#cca272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca272 Color CSS Codes

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

#cca272 Text Font Color

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

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


#cca272 Background Color

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

This div background color is #cca272


#cca272 Border Color

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

This div border color is #cca272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca272

#cca272 Color Palettes


Comments

No comments written yet.

Please login to write comment.