Shades of Deco #CCCB76
Tints of Deco #CCCB76
RGB
CMYK
RGB Variations
Color information
#CCCB76 (or 0xCCCB76) is known color: Deco. HEX triplet: CC, CB and 76. RGB value is (204,203,118). Sum of RGB (Red+Green+Blue) = 204+203+118=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB76 is #333489. Grayscale: #C1C1C1. Windows color (decimal): -3355786 or 7785420. OLE color: 7785420.
HSL color Cylindrical-coordinate representation of color #CCCB76: hue angle of 59.3º 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 #CCCB76 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 118 | - |
| CMYK | 0 | 0.00 | 0.42 | 0.2 |
| HSL | 59.3º | 0.46% | 0.63% | - |
| HSV(B) | 59.3º | 0.42% | 0.8% | - |
| XYZ | 49.53 | 56.86 | 25.5 | - |
| YUV | 193.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 118 | 0 | 0.00 | 0.42 | 0.2 | 59.3 | 0.46 | 0.63 |
| Hex | CC | CB | 76 | 0 | 0 | 2A | 14 | 3B | 2E | 3F |
| Octal | 314 | 313 | 166 | 0 | 0 | 52 | 24 | 73 | 56 | 77 |
| Binary | 11001100 | 11001011 | 1110110 | 0 | 0 | 101010 | 10100 | 111011 | 101110 | 111111 |
Color Harmonies of #CCCB76
Complementary color
Monochromatic Colors of #CCCB76
Black with #CCCB76
Text Example
Text Example
White with #CCCB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCB76; }
p { color: rgb(204,203,118); }
H1.HeaderClassName
{
color: #CCCB76;
}
.AnyTagClassName
{
color: #CCCB76;
}
</style>
background-color css
<style>
a { background-color: #CCCB76; }
a { background-color: rgb(204,203,118); }
div.DivClassName
{
background-color: #CCCB76;
}
.BgClassName
{
background-color: #CCCB76;
}
</style>
border-color css
<style>
span { border-color: #CCCB76; }
span { border-color: rgb(204,203,118); }
td.TdClassName
{
border-color: #CCCB76;
}
.TagClassName
{
border-color: #CCCB76;
}
</style>