Shades of Deco #CBC772
Tints of Deco #CBC772
RGB
CMYK
RGB Variations
Color information
#CBC772 (or 0xCBC772) is known color: Deco. HEX triplet: CB, C7 and 72. RGB value is (203,199,114). Sum of RGB (Red+Green+Blue) = 203+199+114=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC772 is #34388D. Grayscale: #BEBEBE. Windows color (decimal): -3422350 or 7522251. OLE color: 7522251.
HSL color Cylindrical-coordinate representation of color #CBC772: hue angle of 57.3º 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 #CBC772 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 114 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.20 |
| HSL | 57.3º | 0.46% | 0.62% | - |
| HSV(B) | 57.3º | 0.44% | 0.8% | - |
| XYZ | 48.09 | 54.76 | 23.95 | - |
| YUV | 190.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 114 | 0 | 0.02 | 0.44 | 0.20 | 57.3 | 0.46 | 0.62 |
| Hex | CB | C7 | 72 | 0 | 2 | 2C | 14 | 39 | 2E | 3E |
| Octal | 313 | 307 | 162 | 0 | 2 | 54 | 24 | 71 | 56 | 76 |
| Binary | 11001011 | 11000111 | 1110010 | 0 | 10 | 101100 | 10100 | 111001 | 101110 | 111110 |
Color Harmonies of #CBC772
Complementary color
Monochromatic Colors of #CBC772
Black with #CBC772
Text Example
Text Example
White with #CBC772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC772; }
p { color: rgb(203,199,114); }
H1.HeaderClassName
{
color: #CBC772;
}
.AnyTagClassName
{
color: #CBC772;
}
</style>
background-color css
<style>
a { background-color: #CBC772; }
a { background-color: rgb(203,199,114); }
div.DivClassName
{
background-color: #CBC772;
}
.BgClassName
{
background-color: #CBC772;
}
</style>
border-color css
<style>
span { border-color: #CBC772; }
span { border-color: rgb(203,199,114); }
td.TdClassName
{
border-color: #CBC772;
}
.TagClassName
{
border-color: #CBC772;
}
</style>