Shades of Deco #CBC96E
Tints of Deco #CBC96E
RGB
CMYK
RGB Variations
Color information
#CBC96E (or 0xCBC96E) is known color: Deco. HEX triplet: CB, C9 and 6E. RGB value is (203,201,110). Sum of RGB (Red+Green+Blue) = 203+201+110=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 201 (78.91% from 255 or 39.11% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC96E is #343691. Grayscale: #BFBFBF. Windows color (decimal): -3421842 or 7260619. OLE color: 7260619.
HSL color Cylindrical-coordinate representation of color #CBC96E: hue angle of 58.71º 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 #CBC96E is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 110 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.20 |
| HSL | 58.71º | 0.47% | 0.61% | - |
| HSV(B) | 58.71º | 0.46% | 0.8% | - |
| XYZ | 48.33 | 55.6 | 22.94 | - |
| YUV | 191.22 | 82.16 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 110 | 0 | 0.01 | 0.46 | 0.20 | 58.71 | 0.47 | 0.61 |
| Hex | CB | C9 | 6E | 0 | 1 | 2E | 14 | 3B | 2F | 3D |
| Octal | 313 | 311 | 156 | 0 | 1 | 56 | 24 | 73 | 57 | 75 |
| Binary | 11001011 | 11001001 | 1101110 | 0 | 1 | 101110 | 10100 | 111011 | 101111 | 111101 |
Color Harmonies of #CBC96E
Complementary color
Monochromatic Colors of #CBC96E
Black with #CBC96E
Text Example
Text Example
White with #CBC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC96E; }
p { color: rgb(203,201,110); }
H1.HeaderClassName
{
color: #CBC96E;
}
.AnyTagClassName
{
color: #CBC96E;
}
</style>
background-color css
<style>
a { background-color: #CBC96E; }
a { background-color: rgb(203,201,110); }
div.DivClassName
{
background-color: #CBC96E;
}
.BgClassName
{
background-color: #CBC96E;
}
</style>
border-color css
<style>
span { border-color: #CBC96E; }
span { border-color: rgb(203,201,110); }
td.TdClassName
{
border-color: #CBC96E;
}
.TagClassName
{
border-color: #CBC96E;
}
</style>