Shades of Deco #C8CC88
Tints of Deco #C8CC88
RGB
CMYK
RGB Variations
Color information
#C8CC88 (or 0xC8CC88) is known color: Deco. HEX triplet: C8, CC and 88. RGB value is (200,204,136). Sum of RGB (Red+Green+Blue) = 200+204+136=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 204 (80.08% from 255 or 37.78% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CC88 is #373377. Grayscale: #C3C3C3. Windows color (decimal): -3617656 or 8965320. OLE color: 8965320.
HSL color Cylindrical-coordinate representation of color #C8CC88: hue angle of 63.53º 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 #C8CC88 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 136 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.2 |
| HSL | 63.53º | 0.4% | 0.67% | - |
| HSV(B) | 63.53º | 0.33% | 0.8% | - |
| XYZ | 49.86 | 57.24 | 31.71 | - |
| YUV | 195.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 136 | 0.02 | 0 | 0.33 | 0.2 | 63.53 | 0.4 | 0.67 |
| Hex | C8 | CC | 88 | 2 | 0 | 21 | 14 | 40 | 28 | 43 |
| Octal | 310 | 314 | 210 | 2 | 0 | 41 | 24 | 100 | 50 | 103 |
| Binary | 11001000 | 11001100 | 10001000 | 10 | 0 | 100001 | 10100 | 1000000 | 101000 | 1000011 |
Color Harmonies of #C8CC88
Complementary color
Monochromatic Colors of #C8CC88
Black with #C8CC88
Text Example
Text Example
White with #C8CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC88; }
p { color: rgb(200,204,136); }
H1.HeaderClassName
{
color: #C8CC88;
}
.AnyTagClassName
{
color: #C8CC88;
}
</style>
background-color css
<style>
a { background-color: #C8CC88; }
a { background-color: rgb(200,204,136); }
div.DivClassName
{
background-color: #C8CC88;
}
.BgClassName
{
background-color: #C8CC88;
}
</style>
border-color css
<style>
span { border-color: #C8CC88; }
span { border-color: rgb(200,204,136); }
td.TdClassName
{
border-color: #C8CC88;
}
.TagClassName
{
border-color: #C8CC88;
}
</style>