#CACA70

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

Shades of Deco #CACA70

Tints of Deco #CACA70

Color information

#CACA70 (or 0xCACA70) is unknown color: approx Deco. HEX triplet: CA, CA and 70. RGB value is (202,202,112). Sum of RGB (Red+Green+Blue) = 202+202+112=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA70 is #35358F. Grayscale: #C0C0C0. Windows color (decimal): -3487120 or 7391946. OLE color: 7391946.

HSL color Cylindrical-coordinate representation of color #CACA70: 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.45%. Process color model (Four color, CMYK) of #CACA70 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202202112-
CMYK000.450.21
HSL60º45.92%61.57%-
HSV(B)60º44.55%79.22%-
XYZ48.455.9723.58-
YUV191.7483135.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=39.15%
G=39.15%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202112000.450.216045.9261.57
HexCACA70002D153c2e3e
Octal312312160005525745676
Binary110010101100101011100000010110110101111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA70; }

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

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

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

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

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

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

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

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