Shades of Deco #C8CD88
Tints of Deco #C8CD88
RGB
CMYK
RGB Variations
Color information
#C8CD88 (or 0xC8CD88) is known color: Deco. HEX triplet: C8, CD and 88. RGB value is (200,205,136). Sum of RGB (Red+Green+Blue) = 200+205+136=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD88 is #373277. Grayscale: #C3C3C3. Windows color (decimal): -3617400 or 8965576. OLE color: 8965576.
HSL color Cylindrical-coordinate representation of color #C8CD88: hue angle of 64.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8CD88 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 136 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.20 |
| HSL | 64.35º | 0.41% | 0.67% | - |
| HSV(B) | 64.35º | 0.34% | 0.8% | - |
| XYZ | 50.09 | 57.72 | 31.79 | - |
| YUV | 195.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 136 | 0.02 | 0 | 0.34 | 0.20 | 64.35 | 0.41 | 0.67 |
| Hex | C8 | CD | 88 | 2 | 0 | 22 | 14 | 40 | 29 | 43 |
| Octal | 310 | 315 | 210 | 2 | 0 | 42 | 24 | 100 | 51 | 103 |
| Binary | 11001000 | 11001101 | 10001000 | 10 | 0 | 100010 | 10100 | 1000000 | 101001 | 1000011 |
Color Harmonies of #C8CD88
Complementary color
Monochromatic Colors of #C8CD88
Black with #C8CD88
Text Example
Text Example
White with #C8CD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD88; }
p { color: rgb(200,205,136); }
H1.HeaderClassName
{
color: #C8CD88;
}
.AnyTagClassName
{
color: #C8CD88;
}
</style>
background-color css
<style>
a { background-color: #C8CD88; }
a { background-color: rgb(200,205,136); }
div.DivClassName
{
background-color: #C8CD88;
}
.BgClassName
{
background-color: #C8CD88;
}
</style>
border-color css
<style>
span { border-color: #C8CD88; }
span { border-color: rgb(200,205,136); }
td.TdClassName
{
border-color: #C8CD88;
}
.TagClassName
{
border-color: #C8CD88;
}
</style>