Shades of Deco #CCCC88
Tints of Deco #CCCC88
RGB
CMYK
RGB Variations
Color information
#CCCC88 (or 0xCCCC88) is known color: Deco. HEX triplet: CC, CC and 88. RGB value is (204,204,136). Sum of RGB (Red+Green+Blue) = 204+204+136=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC88 is #333377. Grayscale: #C4C4C4. Windows color (decimal): -3355512 or 8965324. OLE color: 8965324.
HSL color Cylindrical-coordinate representation of color #CCCC88: hue angle of 60º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCC88 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 136 | - |
| CMYK | 0 | 0 | 0.33 | 0.2 |
| HSL | 60º | 0.4% | 0.67% | - |
| HSV(B) | 60º | 0.33% | 0.8% | - |
| XYZ | 50.94 | 57.8 | 31.76 | - |
| YUV | 196.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 136 | 0 | 0 | 0.33 | 0.2 | 60 | 0.4 | 0.67 |
| Hex | CC | CC | 88 | 0 | 0 | 21 | 14 | 3C | 28 | 43 |
| Octal | 314 | 314 | 210 | 0 | 0 | 41 | 24 | 74 | 50 | 103 |
| Binary | 11001100 | 11001100 | 10001000 | 0 | 0 | 100001 | 10100 | 111100 | 101000 | 1000011 |
Color Harmonies of #CCCC88
Complementary color
Monochromatic Colors of #CCCC88
Black with #CCCC88
Text Example
Text Example
White with #CCCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC88; }
p { color: rgb(204,204,136); }
H1.HeaderClassName
{
color: #CCCC88;
}
.AnyTagClassName
{
color: #CCCC88;
}
</style>
background-color css
<style>
a { background-color: #CCCC88; }
a { background-color: rgb(204,204,136); }
div.DivClassName
{
background-color: #CCCC88;
}
.BgClassName
{
background-color: #CCCC88;
}
</style>
border-color css
<style>
span { border-color: #CCCC88; }
span { border-color: rgb(204,204,136); }
td.TdClassName
{
border-color: #CCCC88;
}
.TagClassName
{
border-color: #CCCC88;
}
</style>