Shades of Deco #CBCC76
Tints of Deco #CBCC76
RGB
CMYK
RGB Variations
Color information
#CBCC76 (or 0xCBCC76) is known color: Deco. HEX triplet: CB, CC and 76. RGB value is (203,204,118). Sum of RGB (Red+Green+Blue) = 203+204+118=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCC76 is #343389. Grayscale: #C2C2C2. Windows color (decimal): -3421066 or 7785675. OLE color: 7785675.
HSL color Cylindrical-coordinate representation of color #CBCC76: hue angle of 60.7º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBCC76 is Cyan = 0.00, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 204 | 118 | - |
| CMYK | 0.00 | 0 | 0.42 | 0.2 |
| HSL | 60.7º | 0.46% | 0.63% | - |
| HSV(B) | 60.7º | 0.42% | 0.8% | - |
| XYZ | 49.49 | 57.19 | 25.57 | - |
| YUV | 193.9 | 85.17 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 118 | 0.00 | 0 | 0.42 | 0.2 | 60.7 | 0.46 | 0.63 |
| Hex | CB | CC | 76 | 0 | 0 | 2A | 14 | 3D | 2E | 3F |
| Octal | 313 | 314 | 166 | 0 | 0 | 52 | 24 | 75 | 56 | 77 |
| Binary | 11001011 | 11001100 | 1110110 | 0 | 0 | 101010 | 10100 | 111101 | 101110 | 111111 |
Color Harmonies of #CBCC76
Complementary color
Monochromatic Colors of #CBCC76
Black with #CBCC76
Text Example
Text Example
White with #CBCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCC76; }
p { color: rgb(203,204,118); }
H1.HeaderClassName
{
color: #CBCC76;
}
.AnyTagClassName
{
color: #CBCC76;
}
</style>
background-color css
<style>
a { background-color: #CBCC76; }
a { background-color: rgb(203,204,118); }
div.DivClassName
{
background-color: #CBCC76;
}
.BgClassName
{
background-color: #CBCC76;
}
</style>
border-color css
<style>
span { border-color: #CBCC76; }
span { border-color: rgb(203,204,118); }
td.TdClassName
{
border-color: #CBCC76;
}
.TagClassName
{
border-color: #CBCC76;
}
</style>