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