Color Hex Logo

#cca271 Color Hex

#CCA271
(204,162,113)
0 Favorites   0 Comments

Color spaces of #cca271

RGB 204162113
HSL0.090.470.62
HSV32°45°80°
CMYK 0.000.210.45   0.20
XYZ40.802839.870321.1680
Yxy39.87030.40070.3915
Hunter Lab63.14294.846124.3237
CIE-Lab69.37719.180031.3410

#cca271 color RGB value is (204,162,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01110001
Octal 314 242 161
Decimal 204 162 113
Hex CC A2 71

RGB Percentages of Color #cca271

%42.59
%33.82
%23.59

CMYK Percentages of Color #cca271

%0
%21
%45
%20

Triadic Colors of #cca271

#cca271 #71cca2 #a271cc

Analogous Colors of #cca271

#cca271 #c9cc71 #cc7571

Monochromatic Colors of #cca271

#cca271

Complementary Color

#cca271 #719bcc

#cca271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca271 Color CSS Codes

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

#cca271 Text Font Color

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

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


#cca271 Background Color

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

This div background color is #cca271


#cca271 Border Color

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

This div border color is #cca271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca271


Comments

No comments written yet.

Please login to write comment.