Shades of Deco #CBC875
Tints of Deco #CBC875
RGB
CMYK
RGB Variations
Color information
#CBC875 (or 0xCBC875) is known color: Deco. HEX triplet: CB, C8 and 75. RGB value is (203,200,117). Sum of RGB (Red+Green+Blue) = 203+200+117=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC875 is #34378A. Grayscale: #BFBFBF. Windows color (decimal): -3422091 or 7719115. OLE color: 7719115.
HSL color Cylindrical-coordinate representation of color #CBC875: hue angle of 57.91º 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 #CBC875 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 117 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.20 |
| HSL | 57.91º | 0.45% | 0.63% | - |
| HSV(B) | 57.91º | 0.42% | 0.8% | - |
| XYZ | 48.49 | 55.29 | 24.95 | - |
| YUV | 191.44 | 85.99 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 117 | 0 | 0.01 | 0.42 | 0.20 | 57.91 | 0.45 | 0.63 |
| Hex | CB | C8 | 75 | 0 | 1 | 2A | 14 | 3A | 2D | 3F |
| Octal | 313 | 310 | 165 | 0 | 1 | 52 | 24 | 72 | 55 | 77 |
| Binary | 11001011 | 11001000 | 1110101 | 0 | 1 | 101010 | 10100 | 111010 | 101101 | 111111 |
Color Harmonies of #CBC875
Complementary color
Monochromatic Colors of #CBC875
Black with #CBC875
Text Example
Text Example
White with #CBC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC875; }
p { color: rgb(203,200,117); }
H1.HeaderClassName
{
color: #CBC875;
}
.AnyTagClassName
{
color: #CBC875;
}
</style>
background-color css
<style>
a { background-color: #CBC875; }
a { background-color: rgb(203,200,117); }
div.DivClassName
{
background-color: #CBC875;
}
.BgClassName
{
background-color: #CBC875;
}
</style>
border-color css
<style>
span { border-color: #CBC875; }
span { border-color: rgb(203,200,117); }
td.TdClassName
{
border-color: #CBC875;
}
.TagClassName
{
border-color: #CBC875;
}
</style>