Shades of Deco #CAC771
Tints of Deco #CAC771
RGB
CMYK
RGB Variations
Color information
#CAC771 (or 0xCAC771) is known color: Deco. HEX triplet: CA, C7 and 71. RGB value is (202,199,113). Sum of RGB (Red+Green+Blue) = 202+199+113=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC771 is #35388E. Grayscale: #BEBEBE. Windows color (decimal): -3487887 or 7456714. OLE color: 7456714.
HSL color Cylindrical-coordinate representation of color #CAC771: hue angle of 57.98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC771 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 113 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.21 |
| HSL | 57.98º | 0.46% | 0.62% | - |
| HSV(B) | 57.98º | 0.44% | 0.79% | - |
| XYZ | 47.76 | 54.6 | 23.64 | - |
| YUV | 190.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 113 | 0 | 0.01 | 0.44 | 0.21 | 57.98 | 0.46 | 0.62 |
| Hex | CA | C7 | 71 | 0 | 1 | 2C | 15 | 3A | 2E | 3E |
| Octal | 312 | 307 | 161 | 0 | 1 | 54 | 25 | 72 | 56 | 76 |
| Binary | 11001010 | 11000111 | 1110001 | 0 | 1 | 101100 | 10101 | 111010 | 101110 | 111110 |
Color Harmonies of #CAC771
Complementary color
Monochromatic Colors of #CAC771
Black with #CAC771
Text Example
Text Example
White with #CAC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC771; }
p { color: rgb(202,199,113); }
H1.HeaderClassName
{
color: #CAC771;
}
.AnyTagClassName
{
color: #CAC771;
}
</style>
background-color css
<style>
a { background-color: #CAC771; }
a { background-color: rgb(202,199,113); }
div.DivClassName
{
background-color: #CAC771;
}
.BgClassName
{
background-color: #CAC771;
}
</style>
border-color css
<style>
span { border-color: #CAC771; }
span { border-color: rgb(202,199,113); }
td.TdClassName
{
border-color: #CAC771;
}
.TagClassName
{
border-color: #CAC771;
}
</style>