Shades of Deco #CBCC72
Tints of Deco #CBCC72
RGB
CMYK
RGB Variations
Color information
#CBCC72 (or 0xCBCC72) is known color: Deco. HEX triplet: CB, CC and 72. RGB value is (203,204,114). Sum of RGB (Red+Green+Blue) = 203+204+114=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC72 is #34338D. Grayscale: #C1C1C1. Windows color (decimal): -3421070 or 7523531. OLE color: 7523531.
HSL color Cylindrical-coordinate representation of color #CBCC72: hue angle of 60.67º degrees, saturation: 0.47, 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 #CBCC72 is Cyan = 0.00, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 114 | - |
| CMYK | 0.00 | 0 | 0.44 | 0.2 |
| HSL | 60.67º | 0.47% | 0.62% | - |
| HSV(B) | 60.67º | 0.44% | 0.8% | - |
| XYZ | 49.26 | 57.1 | 24.34 | - |
| YUV | 193.44 | 83.17 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 114 | 0.00 | 0 | 0.44 | 0.2 | 60.67 | 0.47 | 0.62 |
| Hex | CB | CC | 72 | 0 | 0 | 2C | 14 | 3D | 2F | 3E |
| Octal | 313 | 314 | 162 | 0 | 0 | 54 | 24 | 75 | 57 | 76 |
| Binary | 11001011 | 11001100 | 1110010 | 0 | 0 | 101100 | 10100 | 111101 | 101111 | 111110 |
Color Harmonies of #CBCC72
Complementary color
Monochromatic Colors of #CBCC72
Black with #CBCC72
Text Example
Text Example
White with #CBCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC72; }
p { color: rgb(203,204,114); }
H1.HeaderClassName
{
color: #CBCC72;
}
.AnyTagClassName
{
color: #CBCC72;
}
</style>
background-color css
<style>
a { background-color: #CBCC72; }
a { background-color: rgb(203,204,114); }
div.DivClassName
{
background-color: #CBCC72;
}
.BgClassName
{
background-color: #CBCC72;
}
</style>
border-color css
<style>
span { border-color: #CBCC72; }
span { border-color: rgb(203,204,114); }
td.TdClassName
{
border-color: #CBCC72;
}
.TagClassName
{
border-color: #CBCC72;
}
</style>