#CACB78

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

Shades of Deco #CACB78

Tints of Deco #CACB78

Color information

#CACB78 (or 0xCACB78) is unknown color: approx Deco. HEX triplet: CA, CB and 78. RGB value is (202,203,120). Sum of RGB (Red+Green+Blue) = 202+203+120=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB78 is #353487. Grayscale: #C1C1C1. Windows color (decimal): -3486856 or 7916490. OLE color: 7916490.

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

Color convert

RGB202203120-
CMYK0.0000.410.20
HSL60.72º44.39%63.33%-
HSV(B)60.72º40.89%79.61%-
XYZ49.156.6226.11-
YUV193.2486.67134.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 120 (47.27% from 255) = 22.86%
R=38.48%
G=38.67%
B=22.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022031200.0000.410.2060.7244.3963.33
HexCACB780029143d2c3f
Octal312313170005124755477
Binary110010101100101111110000010100110100111101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACB78; }

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

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

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

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

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

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

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

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