Shades of Deco #C8CD80
Tints of Deco #C8CD80
RGB
CMYK
RGB Variations
Color information
#C8CD80 (or 0xC8CD80) is known color: Deco. HEX triplet: C8, CD and 80. RGB value is (200,205,128). Sum of RGB (Red+Green+Blue) = 200+205+128=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CD80 is #37327F. Grayscale: #C3C3C3. Windows color (decimal): -3617408 or 8441288. OLE color: 8441288.
HSL color Cylindrical-coordinate representation of color #C8CD80: hue angle of 63.9º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8CD80 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 128 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.20 |
| HSL | 63.9º | 0.44% | 0.65% | - |
| HSV(B) | 63.9º | 0.38% | 0.8% | - |
| XYZ | 49.55 | 57.5 | 28.91 | - |
| YUV | 194.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 128 | 0.02 | 0 | 0.38 | 0.20 | 63.9 | 0.44 | 0.65 |
| Hex | C8 | CD | 80 | 2 | 0 | 26 | 14 | 40 | 2C | 41 |
| Octal | 310 | 315 | 200 | 2 | 0 | 46 | 24 | 100 | 54 | 101 |
| Binary | 11001000 | 11001101 | 10000000 | 10 | 0 | 100110 | 10100 | 1000000 | 101100 | 1000001 |
Color Harmonies of #C8CD80
Complementary color
Monochromatic Colors of #C8CD80
Black with #C8CD80
Text Example
Text Example
White with #C8CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD80; }
p { color: rgb(200,205,128); }
H1.HeaderClassName
{
color: #C8CD80;
}
.AnyTagClassName
{
color: #C8CD80;
}
</style>
background-color css
<style>
a { background-color: #C8CD80; }
a { background-color: rgb(200,205,128); }
div.DivClassName
{
background-color: #C8CD80;
}
.BgClassName
{
background-color: #C8CD80;
}
</style>
border-color css
<style>
span { border-color: #C8CD80; }
span { border-color: rgb(200,205,128); }
td.TdClassName
{
border-color: #C8CD80;
}
.TagClassName
{
border-color: #C8CD80;
}
</style>