Shades of Deco #CBC871
Tints of Deco #CBC871
RGB
CMYK
RGB Variations
Color information
#CBC871 (or 0xCBC871) is known color: Deco. HEX triplet: CB, C8 and 71. RGB value is (203,200,113). Sum of RGB (Red+Green+Blue) = 203+200+113=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC871 is #34378E. Grayscale: #BFBFBF. Windows color (decimal): -3422095 or 7456971. OLE color: 7456971.
HSL color Cylindrical-coordinate representation of color #CBC871: hue angle of 58º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC871 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 113 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.20 |
| HSL | 58º | 0.46% | 0.62% | - |
| HSV(B) | 58º | 0.44% | 0.8% | - |
| XYZ | 48.26 | 55.2 | 23.73 | - |
| YUV | 190.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 113 | 0 | 0.01 | 0.44 | 0.20 | 58 | 0.46 | 0.62 |
| Hex | CB | C8 | 71 | 0 | 1 | 2C | 14 | 3A | 2E | 3E |
| Octal | 313 | 310 | 161 | 0 | 1 | 54 | 24 | 72 | 56 | 76 |
| Binary | 11001011 | 11001000 | 1110001 | 0 | 1 | 101100 | 10100 | 111010 | 101110 | 111110 |
Color Harmonies of #CBC871
Complementary color
Monochromatic Colors of #CBC871
Black with #CBC871
Text Example
Text Example
White with #CBC871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC871; }
p { color: rgb(203,200,113); }
H1.HeaderClassName
{
color: #CBC871;
}
.AnyTagClassName
{
color: #CBC871;
}
</style>
background-color css
<style>
a { background-color: #CBC871; }
a { background-color: rgb(203,200,113); }
div.DivClassName
{
background-color: #CBC871;
}
.BgClassName
{
background-color: #CBC871;
}
</style>
border-color css
<style>
span { border-color: #CBC871; }
span { border-color: rgb(203,200,113); }
td.TdClassName
{
border-color: #CBC871;
}
.TagClassName
{
border-color: #CBC871;
}
</style>