Shades of Deco #C8D68E
Tints of Deco #C8D68E
RGB
CMYK
RGB Variations
Color information
#C8D68E (or 0xC8D68E) is known color: Deco. HEX triplet: C8, D6 and 8E. RGB value is (200,214,142). Sum of RGB (Red+Green+Blue) = 200+214+142=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D68E is #372971. Grayscale: #C9C9C9. Windows color (decimal): -3615090 or 9361096. OLE color: 9361096.
HSL color Cylindrical-coordinate representation of color #C8D68E: hue angle of 71.67º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8D68E is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 214 | 142 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.16 |
| HSL | 71.67º | 0.47% | 0.7% | - |
| HSV(B) | 71.67º | 0.34% | 0.84% | - |
| XYZ | 52.75 | 62.33 | 34.84 | - |
| YUV | 201.61 | 94.36 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 214 | 142 | 0.07 | 0 | 0.34 | 0.16 | 71.67 | 0.47 | 0.7 |
| Hex | C8 | D6 | 8E | 7 | 0 | 22 | 10 | 48 | 2F | 46 |
| Octal | 310 | 326 | 216 | 7 | 0 | 42 | 20 | 110 | 57 | 106 |
| Binary | 11001000 | 11010110 | 10001110 | 111 | 0 | 100010 | 10000 | 1001000 | 101111 | 1000110 |
Color Harmonies of #C8D68E
Complementary color
Monochromatic Colors of #C8D68E
Black with #C8D68E
Text Example
Text Example
White with #C8D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D68E; }
p { color: rgb(200,214,142); }
H1.HeaderClassName
{
color: #C8D68E;
}
.AnyTagClassName
{
color: #C8D68E;
}
</style>
background-color css
<style>
a { background-color: #C8D68E; }
a { background-color: rgb(200,214,142); }
div.DivClassName
{
background-color: #C8D68E;
}
.BgClassName
{
background-color: #C8D68E;
}
</style>
border-color css
<style>
span { border-color: #C8D68E; }
span { border-color: rgb(200,214,142); }
td.TdClassName
{
border-color: #C8D68E;
}
.TagClassName
{
border-color: #C8D68E;
}
</style>