Shades of Deco #CAC770
Tints of Deco #CAC770
RGB
CMYK
RGB Variations
Color information
#CAC770 (or 0xCAC770) is known color: Deco. HEX triplet: CA, C7 and 70. RGB value is (202,199,112). Sum of RGB (Red+Green+Blue) = 202+199+112=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC770 is #35388F. Grayscale: #BEBEBE. Windows color (decimal): -3487888 or 7391178. OLE color: 7391178.
HSL color Cylindrical-coordinate representation of color #CAC770: hue angle of 58º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC770 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 112 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.21 |
| HSL | 58º | 0.46% | 0.62% | - |
| HSV(B) | 58º | 0.45% | 0.79% | - |
| XYZ | 47.71 | 54.57 | 23.35 | - |
| YUV | 189.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 112 | 0 | 0.01 | 0.45 | 0.21 | 58 | 0.46 | 0.62 |
| Hex | CA | C7 | 70 | 0 | 1 | 2D | 15 | 3A | 2E | 3E |
| Octal | 312 | 307 | 160 | 0 | 1 | 55 | 25 | 72 | 56 | 76 |
| Binary | 11001010 | 11000111 | 1110000 | 0 | 1 | 101101 | 10101 | 111010 | 101110 | 111110 |
Color Harmonies of #CAC770
Complementary color
Monochromatic Colors of #CAC770
Black with #CAC770
Text Example
Text Example
White with #CAC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC770; }
p { color: rgb(202,199,112); }
H1.HeaderClassName
{
color: #CAC770;
}
.AnyTagClassName
{
color: #CAC770;
}
</style>
background-color css
<style>
a { background-color: #CAC770; }
a { background-color: rgb(202,199,112); }
div.DivClassName
{
background-color: #CAC770;
}
.BgClassName
{
background-color: #CAC770;
}
</style>
border-color css
<style>
span { border-color: #CAC770; }
span { border-color: rgb(202,199,112); }
td.TdClassName
{
border-color: #CAC770;
}
.TagClassName
{
border-color: #CAC770;
}
</style>