Shades of Deco #C8D472
Tints of Deco #C8D472
RGB
CMYK
RGB Variations
Color information
#C8D472 (or 0xC8D472) is known color: Deco. HEX triplet: C8, D4 and 72. RGB value is (200,212,114). Sum of RGB (Red+Green+Blue) = 200+212+114=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D472 is #372B8D. Grayscale: #C5C5C5. Windows color (decimal): -3615630 or 7525576. OLE color: 7525576.
HSL color Cylindrical-coordinate representation of color #C8D472: hue angle of 67.35º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C8D472 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 114 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.17 |
| HSL | 67.35º | 0.53% | 0.64% | - |
| HSV(B) | 67.35º | 0.46% | 0.83% | - |
| XYZ | 50.4 | 60.58 | 24.96 | - |
| YUV | 197.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 114 | 0.06 | 0 | 0.46 | 0.17 | 67.35 | 0.53 | 0.64 |
| Hex | C8 | D4 | 72 | 6 | 0 | 2E | 11 | 43 | 35 | 40 |
| Octal | 310 | 324 | 162 | 6 | 0 | 56 | 21 | 103 | 65 | 100 |
| Binary | 11001000 | 11010100 | 1110010 | 110 | 0 | 101110 | 10001 | 1000011 | 110101 | 1000000 |
Color Harmonies of #C8D472
Complementary color
Monochromatic Colors of #C8D472
Black with #C8D472
Text Example
Text Example
White with #C8D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D472; }
p { color: rgb(200,212,114); }
H1.HeaderClassName
{
color: #C8D472;
}
.AnyTagClassName
{
color: #C8D472;
}
</style>
background-color css
<style>
a { background-color: #C8D472; }
a { background-color: rgb(200,212,114); }
div.DivClassName
{
background-color: #C8D472;
}
.BgClassName
{
background-color: #C8D472;
}
</style>
border-color css
<style>
span { border-color: #C8D472; }
span { border-color: rgb(200,212,114); }
td.TdClassName
{
border-color: #C8D472;
}
.TagClassName
{
border-color: #C8D472;
}
</style>