Shades of Deco #CBC86E
Tints of Deco #CBC86E
RGB
CMYK
RGB Variations
Color information
#CBC86E (or 0xCBC86E) is known color: Deco. HEX triplet: CB, C8 and 6E. RGB value is (203,200,110). Sum of RGB (Red+Green+Blue) = 203+200+110=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 110 (43.36% from 255 or 21.44% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC86E is #343791. Grayscale: #BFBFBF. Windows color (decimal): -3422098 or 7260363. OLE color: 7260363.
HSL color Cylindrical-coordinate representation of color #CBC86E: hue angle of 58.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBC86E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 110 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.20 |
| HSL | 58.06º | 0.47% | 0.61% | - |
| HSV(B) | 58.06º | 0.46% | 0.8% | - |
| XYZ | 48.1 | 55.13 | 22.86 | - |
| YUV | 190.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 110 | 0 | 0.01 | 0.46 | 0.20 | 58.06 | 0.47 | 0.61 |
| Hex | CB | C8 | 6E | 0 | 1 | 2E | 14 | 3A | 2F | 3D |
| Octal | 313 | 310 | 156 | 0 | 1 | 56 | 24 | 72 | 57 | 75 |
| Binary | 11001011 | 11001000 | 1101110 | 0 | 1 | 101110 | 10100 | 111010 | 101111 | 111101 |
Color Harmonies of #CBC86E
Complementary color
Monochromatic Colors of #CBC86E
Black with #CBC86E
Text Example
Text Example
White with #CBC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC86E; }
p { color: rgb(203,200,110); }
H1.HeaderClassName
{
color: #CBC86E;
}
.AnyTagClassName
{
color: #CBC86E;
}
</style>
background-color css
<style>
a { background-color: #CBC86E; }
a { background-color: rgb(203,200,110); }
div.DivClassName
{
background-color: #CBC86E;
}
.BgClassName
{
background-color: #CBC86E;
}
</style>
border-color css
<style>
span { border-color: #CBC86E; }
span { border-color: rgb(203,200,110); }
td.TdClassName
{
border-color: #CBC86E;
}
.TagClassName
{
border-color: #CBC86E;
}
</style>