Shades of Deco #C8D074
Tints of Deco #C8D074
RGB
CMYK
RGB Variations
Color information
#C8D074 (or 0xC8D074) is known color: Deco. HEX triplet: C8, D0 and 74. RGB value is (200,208,116). Sum of RGB (Red+Green+Blue) = 200+208+116=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D074 is #372F8B. Grayscale: #C3C3C3. Windows color (decimal): -3616652 or 7655624. OLE color: 7655624.
HSL color Cylindrical-coordinate representation of color #C8D074: hue angle of 65.22º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8D074 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 116 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.18 |
| HSL | 65.22º | 0.49% | 0.64% | - |
| HSV(B) | 65.22º | 0.44% | 0.82% | - |
| XYZ | 49.53 | 58.65 | 25.23 | - |
| YUV | 195.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 116 | 0.04 | 0 | 0.44 | 0.18 | 65.22 | 0.49 | 0.64 |
| Hex | C8 | D0 | 74 | 4 | 0 | 2C | 12 | 41 | 31 | 40 |
| Octal | 310 | 320 | 164 | 4 | 0 | 54 | 22 | 101 | 61 | 100 |
| Binary | 11001000 | 11010000 | 1110100 | 100 | 0 | 101100 | 10010 | 1000001 | 110001 | 1000000 |
Color Harmonies of #C8D074
Complementary color
Monochromatic Colors of #C8D074
Black with #C8D074
Text Example
Text Example
White with #C8D074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D074; }
p { color: rgb(200,208,116); }
H1.HeaderClassName
{
color: #C8D074;
}
.AnyTagClassName
{
color: #C8D074;
}
</style>
background-color css
<style>
a { background-color: #C8D074; }
a { background-color: rgb(200,208,116); }
div.DivClassName
{
background-color: #C8D074;
}
.BgClassName
{
background-color: #C8D074;
}
</style>
border-color css
<style>
span { border-color: #C8D074; }
span { border-color: rgb(200,208,116); }
td.TdClassName
{
border-color: #C8D074;
}
.TagClassName
{
border-color: #C8D074;
}
</style>