Shades of Deco #CAC88B
Tints of Deco #CAC88B
RGB
CMYK
RGB Variations
Color information
#CAC88B (or 0xCAC88B) is known color: Deco. HEX triplet: CA, C8 and 8B. RGB value is (202,200,139). Sum of RGB (Red+Green+Blue) = 202+200+139=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC88B is #353774. Grayscale: #C1C1C1. Windows color (decimal): -3487605 or 9160906. OLE color: 9160906.
HSL color Cylindrical-coordinate representation of color #CAC88B: hue angle of 58.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC88B is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 139 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.21 |
| HSL | 58.1º | 0.37% | 0.67% | - |
| HSV(B) | 58.1º | 0.31% | 0.79% | - |
| XYZ | 49.67 | 55.73 | 32.56 | - |
| YUV | 193.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 139 | 0 | 0.01 | 0.31 | 0.21 | 58.1 | 0.37 | 0.67 |
| Hex | CA | C8 | 8B | 0 | 1 | 1F | 15 | 3A | 25 | 43 |
| Octal | 312 | 310 | 213 | 0 | 1 | 37 | 25 | 72 | 45 | 103 |
| Binary | 11001010 | 11001000 | 10001011 | 0 | 1 | 11111 | 10101 | 111010 | 100101 | 1000011 |
Color Harmonies of #CAC88B
Complementary color
Monochromatic Colors of #CAC88B
Black with #CAC88B
Text Example
Text Example
White with #CAC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC88B; }
p { color: rgb(202,200,139); }
H1.HeaderClassName
{
color: #CAC88B;
}
.AnyTagClassName
{
color: #CAC88B;
}
</style>
background-color css
<style>
a { background-color: #CAC88B; }
a { background-color: rgb(202,200,139); }
div.DivClassName
{
background-color: #CAC88B;
}
.BgClassName
{
background-color: #CAC88B;
}
</style>
border-color css
<style>
span { border-color: #CAC88B; }
span { border-color: rgb(202,200,139); }
td.TdClassName
{
border-color: #CAC88B;
}
.TagClassName
{
border-color: #CAC88B;
}
</style>