Shades of Deco #CAC788
Tints of Deco #CAC788
RGB
CMYK
RGB Variations
Color information
#CAC788 (or 0xCAC788) is known color: Deco. HEX triplet: CA, C7 and 88. RGB value is (202,199,136). Sum of RGB (Red+Green+Blue) = 202+199+136=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC788 is #353877. Grayscale: #C0C0C0. Windows color (decimal): -3487864 or 8964042. OLE color: 8964042.
HSL color Cylindrical-coordinate representation of color #CAC788: hue angle of 57.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAC788 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 136 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.21 |
| HSL | 57.27º | 0.38% | 0.66% | - |
| HSV(B) | 57.27º | 0.33% | 0.79% | - |
| XYZ | 49.22 | 55.18 | 31.35 | - |
| YUV | 192.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 136 | 0 | 0.01 | 0.33 | 0.21 | 57.27 | 0.38 | 0.66 |
| Hex | CA | C7 | 88 | 0 | 1 | 21 | 15 | 39 | 26 | 42 |
| Octal | 312 | 307 | 210 | 0 | 1 | 41 | 25 | 71 | 46 | 102 |
| Binary | 11001010 | 11000111 | 10001000 | 0 | 1 | 100001 | 10101 | 111001 | 100110 | 1000010 |
Color Harmonies of #CAC788
Complementary color
Monochromatic Colors of #CAC788
Black with #CAC788
Text Example
Text Example
White with #CAC788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC788; }
p { color: rgb(202,199,136); }
H1.HeaderClassName
{
color: #CAC788;
}
.AnyTagClassName
{
color: #CAC788;
}
</style>
background-color css
<style>
a { background-color: #CAC788; }
a { background-color: rgb(202,199,136); }
div.DivClassName
{
background-color: #CAC788;
}
.BgClassName
{
background-color: #CAC788;
}
</style>
border-color css
<style>
span { border-color: #CAC788; }
span { border-color: rgb(202,199,136); }
td.TdClassName
{
border-color: #CAC788;
}
.TagClassName
{
border-color: #CAC788;
}
</style>