#CAC871

Color #CAC871 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CAC871

Tints of Deco #CAC871

Color information

#CAC871 (or 0xCAC871) is unknown color: approx Deco. HEX triplet: CA, C8 and 71. RGB value is (202,200,113). Sum of RGB (Red+Green+Blue) = 202+200+113=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC871 is #35378E. Grayscale: #BFBFBF. Windows color (decimal): -3487631 or 7456970. OLE color: 7456970.

HSL color Cylindrical-coordinate representation of color #CAC871: hue angle of 58.65º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC871 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202200113-
CMYK00.010.440.21
HSL58.65º45.64%61.76%-
HSV(B)58.65º44.06%79.22%-
XYZ47.9955.0623.72-
YUV190.6884.16136.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 200 (78.52% from 255) = 38.83%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=39.22%
G=38.83%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20220011300.010.440.2158.6545.6461.76
HexCAC871012C153b2e3e
Octal312310161015425735676
Binary110010101100100011100010110110010101111011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC871; }

 p { color: rgb(202,200,113); }

 H1.HeaderClassName
 {
   color: #CAC871;
 }
 .AnyTagClassName
 {
   color: #CAC871;
 }
</style>
background-color css

<style>
 a { background-color: #CAC871; }

 a { background-color: rgb(202,200,113); }

 div.DivClassName
 {
   background-color: #CAC871;
 }
 .BgClassName
 {
   background-color: #CAC871;
 }
</style>
border-color css

<style>
 span { border-color: #CAC871; }

 span { border-color: rgb(202,200,113); }

 td.TdClassName
 {
   border-color: #CAC871;
 }
 .TagClassName
 {
   border-color: #CAC871;
 }
</style>