#CACA75

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

Shades of Deco #CACA75

Tints of Deco #CACA75

Color information

#CACA75 (or 0xCACA75) is unknown color: approx Deco. HEX triplet: CA, CA and 75. RGB value is (202,202,117). Sum of RGB (Red+Green+Blue) = 202+202+117=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA75 is #35358A. Grayscale: #C0C0C0. Windows color (decimal): -3487115 or 7719626. OLE color: 7719626.

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

Color convert

RGB202202117-
CMYK000.420.21
HSL60º44.5%62.55%-
HSV(B)60º42.08%79.22%-
XYZ48.6956.0825.09-
YUV192.3185.5134.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=38.77%
G=38.77%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202117000.420.216044.562.55
HexCACA75002A153c2d3f
Octal312312165005225745577
Binary110010101100101011101010010101010101111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACA75; }

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

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

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

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

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

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

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

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