#CACA71

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

Shades of Deco #CACA71

Tints of Deco #CACA71

Color information

#CACA71 (or 0xCACA71) is unknown color: approx Deco. HEX triplet: CA, CA and 71. RGB value is (202,202,113). Sum of RGB (Red+Green+Blue) = 202+202+113=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA71 is #35358E. Grayscale: #C0C0C0. Windows color (decimal): -3487119 or 7457482. OLE color: 7457482.

HSL color Cylindrical-coordinate representation of color #CACA71: hue angle of 60º 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 #CACA71 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202202113-
CMYK000.440.21
HSL60º45.64%61.76%-
HSV(B)60º44.06%79.22%-
XYZ48.4655.9923.88-
YUV191.8583.5135.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=39.07%
G=39.07%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202113000.440.216045.6461.76
HexCACA71002C153c2e3e
Octal312312161005425745676
Binary110010101100101011100010010110010101111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA71; }

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

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

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

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

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

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

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

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