Shades of Deco #CAC88F
Tints of Deco #CAC88F
RGB
CMYK
RGB Variations
Color information
#CAC88F (or 0xCAC88F) is known color: Deco. HEX triplet: CA, C8 and 8F. RGB value is (202,200,143). Sum of RGB (Red+Green+Blue) = 202+200+143=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC88F is #353770. Grayscale: #C2C2C2. Windows color (decimal): -3487601 or 9423050. OLE color: 9423050.
HSL color Cylindrical-coordinate representation of color #CAC88F: hue angle of 57.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAC88F is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 143 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.21 |
| HSL | 57.97º | 0.36% | 0.68% | - |
| HSV(B) | 57.97º | 0.29% | 0.79% | - |
| XYZ | 49.97 | 55.85 | 34.13 | - |
| YUV | 194.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 143 | 0 | 0.01 | 0.29 | 0.21 | 57.97 | 0.36 | 0.68 |
| Hex | CA | C8 | 8F | 0 | 1 | 1D | 15 | 3A | 24 | 44 |
| Octal | 312 | 310 | 217 | 0 | 1 | 35 | 25 | 72 | 44 | 104 |
| Binary | 11001010 | 11001000 | 10001111 | 0 | 1 | 11101 | 10101 | 111010 | 100100 | 1000100 |
Color Harmonies of #CAC88F
Complementary color
Monochromatic Colors of #CAC88F
Black with #CAC88F
Text Example
Text Example
White with #CAC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC88F; }
p { color: rgb(202,200,143); }
H1.HeaderClassName
{
color: #CAC88F;
}
.AnyTagClassName
{
color: #CAC88F;
}
</style>
background-color css
<style>
a { background-color: #CAC88F; }
a { background-color: rgb(202,200,143); }
div.DivClassName
{
background-color: #CAC88F;
}
.BgClassName
{
background-color: #CAC88F;
}
</style>
border-color css
<style>
span { border-color: #CAC88F; }
span { border-color: rgb(202,200,143); }
td.TdClassName
{
border-color: #CAC88F;
}
.TagClassName
{
border-color: #CAC88F;
}
</style>