#caca78

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

Shades of Deco #CACA78

Tints of Deco #CACA78

Color information

#CACA78 (or 0xCACA78) is unknown color: approx Deco. HEX triplet: CA, CA and 78. RGB value is (202,202,120). Sum of RGB (Red+Green+Blue) = 202+202+120=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA78 is #353587. Grayscale: #C0C0C0. Windows color (decimal): -3487112 or 7916234. OLE color: 7916234.

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

Color convert

RGB202202120-
CMYK000.410.21
HSL60º43.62%63.14%-
HSV(B)60º40.59%79.22%-
XYZ48.8756.1526.03-
YUV192.6587134.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=38.55%
G=38.55%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202202120000.410.216043.6263.14
HexCACA780029153c2c3f
Octal312312170005125745477
Binary110010101100101011110000010100110101111100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caca78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caca78; }

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

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

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

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

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

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

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

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