Shades of Deco #CBC876
Tints of Deco #CBC876
RGB
CMYK
RGB Variations
Color information
#CBC876 (or 0xCBC876) is known color: Deco. HEX triplet: CB, C8 and 76. RGB value is (203,200,118). Sum of RGB (Red+Green+Blue) = 203+200+118=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 118 (46.48% from 255 or 22.65% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC876 is #343789. Grayscale: #BFBFBF. Windows color (decimal): -3422090 or 7784651. OLE color: 7784651.
HSL color Cylindrical-coordinate representation of color #CBC876: hue angle of 57.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBC876 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 118 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.20 |
| HSL | 57.88º | 0.45% | 0.63% | - |
| HSV(B) | 57.88º | 0.42% | 0.8% | - |
| XYZ | 48.55 | 55.31 | 25.26 | - |
| YUV | 191.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 118 | 0 | 0.01 | 0.42 | 0.20 | 57.88 | 0.45 | 0.63 |
| Hex | CB | C8 | 76 | 0 | 1 | 2A | 14 | 3A | 2D | 3F |
| Octal | 313 | 310 | 166 | 0 | 1 | 52 | 24 | 72 | 55 | 77 |
| Binary | 11001011 | 11001000 | 1110110 | 0 | 1 | 101010 | 10100 | 111010 | 101101 | 111111 |
Color Harmonies of #CBC876
Complementary color
Monochromatic Colors of #CBC876
Black with #CBC876
Text Example
Text Example
White with #CBC876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC876; }
p { color: rgb(203,200,118); }
H1.HeaderClassName
{
color: #CBC876;
}
.AnyTagClassName
{
color: #CBC876;
}
</style>
background-color css
<style>
a { background-color: #CBC876; }
a { background-color: rgb(203,200,118); }
div.DivClassName
{
background-color: #CBC876;
}
.BgClassName
{
background-color: #CBC876;
}
</style>
border-color css
<style>
span { border-color: #CBC876; }
span { border-color: rgb(203,200,118); }
td.TdClassName
{
border-color: #CBC876;
}
.TagClassName
{
border-color: #CBC876;
}
</style>