Shades of Deco #C8D272
Tints of Deco #C8D272
RGB
CMYK
RGB Variations
Color information
#C8D272 (or 0xC8D272) is known color: Deco. HEX triplet: C8, D2 and 72. RGB value is (200,210,114). Sum of RGB (Red+Green+Blue) = 200+210+114=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D272 is #372D8D. Grayscale: #C4C4C4. Windows color (decimal): -3616142 or 7525064. OLE color: 7525064.
HSL color Cylindrical-coordinate representation of color #C8D272: hue angle of 66.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8D272 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 114 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.18 |
| HSL | 66.25º | 0.52% | 0.64% | - |
| HSV(B) | 66.25º | 0.46% | 0.82% | - |
| XYZ | 49.9 | 59.59 | 24.79 | - |
| YUV | 196.07 | 81.69 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 114 | 0.05 | 0 | 0.46 | 0.18 | 66.25 | 0.52 | 0.64 |
| Hex | C8 | D2 | 72 | 5 | 0 | 2E | 12 | 42 | 34 | 40 |
| Octal | 310 | 322 | 162 | 5 | 0 | 56 | 22 | 102 | 64 | 100 |
| Binary | 11001000 | 11010010 | 1110010 | 101 | 0 | 101110 | 10010 | 1000010 | 110100 | 1000000 |
Color Harmonies of #C8D272
Complementary color
Monochromatic Colors of #C8D272
Black with #C8D272
Text Example
Text Example
White with #C8D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D272; }
p { color: rgb(200,210,114); }
H1.HeaderClassName
{
color: #C8D272;
}
.AnyTagClassName
{
color: #C8D272;
}
</style>
background-color css
<style>
a { background-color: #C8D272; }
a { background-color: rgb(200,210,114); }
div.DivClassName
{
background-color: #C8D272;
}
.BgClassName
{
background-color: #C8D272;
}
</style>
border-color css
<style>
span { border-color: #C8D272; }
span { border-color: rgb(200,210,114); }
td.TdClassName
{
border-color: #C8D272;
}
.TagClassName
{
border-color: #C8D272;
}
</style>