#CACA74

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

Shades of Deco #CACA74

Tints of Deco #CACA74

Color information

#CACA74 (or 0xCACA74) is unknown color: approx Deco. HEX triplet: CA, CA and 74. RGB value is (202,202,116). Sum of RGB (Red+Green+Blue) = 202+202+116=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA74 is #35358B. Grayscale: #C0C0C0. Windows color (decimal): -3487116 or 7654090. OLE color: 7654090.

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

Color convert

RGB202202116-
CMYK000.430.21
HSL60º44.79%62.35%-
HSV(B)60º42.57%79.22%-
XYZ48.6356.0624.78-
YUV192.285134.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 116 (45.70% from 255) = 22.31%
R=38.85%
G=38.85%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202116000.430.216044.7962.35
HexCACA74002B153c2d3e
Octal312312164005325745576
Binary110010101100101011101000010101110101111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA74; }

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

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

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

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

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

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

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

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