Shades of Deco #CBC979
Tints of Deco #CBC979
RGB
CMYK
RGB Variations
Color information
#CBC979 (or 0xCBC979) is known color: Deco. HEX triplet: CB, C9 and 79. RGB value is (203,201,121). Sum of RGB (Red+Green+Blue) = 203+201+121=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC979 is #343686. Grayscale: #C0C0C0. Windows color (decimal): -3421831 or 7981515. OLE color: 7981515.
HSL color Cylindrical-coordinate representation of color #CBC979: hue angle of 58.54º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC979 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 121 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.20 |
| HSL | 58.54º | 0.44% | 0.64% | - |
| HSV(B) | 58.54º | 0.4% | 0.8% | - |
| XYZ | 48.97 | 55.85 | 26.29 | - |
| YUV | 192.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 121 | 0 | 0.01 | 0.40 | 0.20 | 58.54 | 0.44 | 0.64 |
| Hex | CB | C9 | 79 | 0 | 1 | 28 | 14 | 3B | 2C | 40 |
| Octal | 313 | 311 | 171 | 0 | 1 | 50 | 24 | 73 | 54 | 100 |
| Binary | 11001011 | 11001001 | 1111001 | 0 | 1 | 101000 | 10100 | 111011 | 101100 | 1000000 |
Color Harmonies of #CBC979
Complementary color
Monochromatic Colors of #CBC979
Black with #CBC979
Text Example
Text Example
White with #CBC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC979; }
p { color: rgb(203,201,121); }
H1.HeaderClassName
{
color: #CBC979;
}
.AnyTagClassName
{
color: #CBC979;
}
</style>
background-color css
<style>
a { background-color: #CBC979; }
a { background-color: rgb(203,201,121); }
div.DivClassName
{
background-color: #CBC979;
}
.BgClassName
{
background-color: #CBC979;
}
</style>
border-color css
<style>
span { border-color: #CBC979; }
span { border-color: rgb(203,201,121); }
td.TdClassName
{
border-color: #CBC979;
}
.TagClassName
{
border-color: #CBC979;
}
</style>