Shades of Deco #CBC97C
Tints of Deco #CBC97C
RGB
CMYK
RGB Variations
Color information
#CBC97C (or 0xCBC97C) is known color: Deco. HEX triplet: CB, C9 and 7C. RGB value is (203,201,124). Sum of RGB (Red+Green+Blue) = 203+201+124=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 124 (48.83% from 255 or 23.48% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC97C is #343683. Grayscale: #C1C1C1. Windows color (decimal): -3421828 or 8178123. OLE color: 8178123.
HSL color Cylindrical-coordinate representation of color #CBC97C: hue angle of 58.48º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBC97C is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 124 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.20 |
| HSL | 58.48º | 0.43% | 0.64% | - |
| HSV(B) | 58.48º | 0.39% | 0.8% | - |
| XYZ | 49.15 | 55.93 | 27.27 | - |
| YUV | 192.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 124 | 0 | 0.01 | 0.39 | 0.20 | 58.48 | 0.43 | 0.64 |
| Hex | CB | C9 | 7C | 0 | 1 | 27 | 14 | 3A | 2B | 40 |
| Octal | 313 | 311 | 174 | 0 | 1 | 47 | 24 | 72 | 53 | 100 |
| Binary | 11001011 | 11001001 | 1111100 | 0 | 1 | 100111 | 10100 | 111010 | 101011 | 1000000 |
Color Harmonies of #CBC97C
Complementary color
Monochromatic Colors of #CBC97C
Black with #CBC97C
Text Example
Text Example
White with #CBC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC97C; }
p { color: rgb(203,201,124); }
H1.HeaderClassName
{
color: #CBC97C;
}
.AnyTagClassName
{
color: #CBC97C;
}
</style>
background-color css
<style>
a { background-color: #CBC97C; }
a { background-color: rgb(203,201,124); }
div.DivClassName
{
background-color: #CBC97C;
}
.BgClassName
{
background-color: #CBC97C;
}
</style>
border-color css
<style>
span { border-color: #CBC97C; }
span { border-color: rgb(203,201,124); }
td.TdClassName
{
border-color: #CBC97C;
}
.TagClassName
{
border-color: #CBC97C;
}
</style>