Shades of Deco #CAC780
Tints of Deco #CAC780
RGB
CMYK
RGB Variations
Color information
#CAC780 (or 0xCAC780) is known color: Deco. HEX triplet: CA, C7 and 80. RGB value is (202,199,128). Sum of RGB (Red+Green+Blue) = 202+199+128=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC780 is #35387F. Grayscale: #C0C0C0. Windows color (decimal): -3487872 or 8439754. OLE color: 8439754.
HSL color Cylindrical-coordinate representation of color #CAC780: hue angle of 57.57º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC780 is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 128 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.21 |
| HSL | 57.57º | 0.41% | 0.65% | - |
| HSV(B) | 57.57º | 0.37% | 0.79% | - |
| XYZ | 48.68 | 54.96 | 28.47 | - |
| YUV | 191.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 128 | 0 | 0.01 | 0.37 | 0.21 | 57.57 | 0.41 | 0.65 |
| Hex | CA | C7 | 80 | 0 | 1 | 25 | 15 | 3A | 29 | 41 |
| Octal | 312 | 307 | 200 | 0 | 1 | 45 | 25 | 72 | 51 | 101 |
| Binary | 11001010 | 11000111 | 10000000 | 0 | 1 | 100101 | 10101 | 111010 | 101001 | 1000001 |
Color Harmonies of #CAC780
Complementary color
Monochromatic Colors of #CAC780
Black with #CAC780
Text Example
Text Example
White with #CAC780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC780; }
p { color: rgb(202,199,128); }
H1.HeaderClassName
{
color: #CAC780;
}
.AnyTagClassName
{
color: #CAC780;
}
</style>
background-color css
<style>
a { background-color: #CAC780; }
a { background-color: rgb(202,199,128); }
div.DivClassName
{
background-color: #CAC780;
}
.BgClassName
{
background-color: #CAC780;
}
</style>
border-color css
<style>
span { border-color: #CAC780; }
span { border-color: rgb(202,199,128); }
td.TdClassName
{
border-color: #CAC780;
}
.TagClassName
{
border-color: #CAC780;
}
</style>