Shades of Deco #C8D07A
Tints of Deco #C8D07A
RGB
CMYK
RGB Variations
Color information
#C8D07A (or 0xC8D07A) is known color: Deco. HEX triplet: C8, D0 and 7A. RGB value is (200,208,122). Sum of RGB (Red+Green+Blue) = 200+208+122=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D07A is #372F85. Grayscale: #C4C4C4. Windows color (decimal): -3616646 or 8048840. OLE color: 8048840.
HSL color Cylindrical-coordinate representation of color #C8D07A: hue angle of 65.58º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C8D07A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 122 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.18 |
| HSL | 65.58º | 0.48% | 0.65% | - |
| HSV(B) | 65.58º | 0.41% | 0.82% | - |
| XYZ | 49.89 | 58.8 | 27.13 | - |
| YUV | 195.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 122 | 0.04 | 0 | 0.41 | 0.18 | 65.58 | 0.48 | 0.65 |
| Hex | C8 | D0 | 7A | 4 | 0 | 29 | 12 | 42 | 30 | 41 |
| Octal | 310 | 320 | 172 | 4 | 0 | 51 | 22 | 102 | 60 | 101 |
| Binary | 11001000 | 11010000 | 1111010 | 100 | 0 | 101001 | 10010 | 1000010 | 110000 | 1000001 |
Color Harmonies of #C8D07A
Complementary color
Monochromatic Colors of #C8D07A
Black with #C8D07A
Text Example
Text Example
White with #C8D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D07A; }
p { color: rgb(200,208,122); }
H1.HeaderClassName
{
color: #C8D07A;
}
.AnyTagClassName
{
color: #C8D07A;
}
</style>
background-color css
<style>
a { background-color: #C8D07A; }
a { background-color: rgb(200,208,122); }
div.DivClassName
{
background-color: #C8D07A;
}
.BgClassName
{
background-color: #C8D07A;
}
</style>
border-color css
<style>
span { border-color: #C8D07A; }
span { border-color: rgb(200,208,122); }
td.TdClassName
{
border-color: #C8D07A;
}
.TagClassName
{
border-color: #C8D07A;
}
</style>