Shades of Deco #C8D173
Tints of Deco #C8D173
RGB
CMYK
RGB Variations
Color information
#C8D173 (or 0xC8D173) is known color: Deco. HEX triplet: C8, D1 and 73. RGB value is (200,209,115). Sum of RGB (Red+Green+Blue) = 200+209+115=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D173 is #372E8C. Grayscale: #C3C3C3. Windows color (decimal): -3616397 or 7590344. OLE color: 7590344.
HSL color Cylindrical-coordinate representation of color #C8D173: hue angle of 65.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8D173 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 209 | 115 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.18 |
| HSL | 65.74º | 0.51% | 0.64% | - |
| HSV(B) | 65.74º | 0.45% | 0.82% | - |
| XYZ | 49.71 | 59.12 | 25.01 | - |
| YUV | 195.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 209 | 115 | 0.04 | 0 | 0.45 | 0.18 | 65.74 | 0.51 | 0.64 |
| Hex | C8 | D1 | 73 | 4 | 0 | 2D | 12 | 42 | 33 | 40 |
| Octal | 310 | 321 | 163 | 4 | 0 | 55 | 22 | 102 | 63 | 100 |
| Binary | 11001000 | 11010001 | 1110011 | 100 | 0 | 101101 | 10010 | 1000010 | 110011 | 1000000 |
Color Harmonies of #C8D173
Complementary color
Monochromatic Colors of #C8D173
Black with #C8D173
Text Example
Text Example
White with #C8D173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D173; }
p { color: rgb(200,209,115); }
H1.HeaderClassName
{
color: #C8D173;
}
.AnyTagClassName
{
color: #C8D173;
}
</style>
background-color css
<style>
a { background-color: #C8D173; }
a { background-color: rgb(200,209,115); }
div.DivClassName
{
background-color: #C8D173;
}
.BgClassName
{
background-color: #C8D173;
}
</style>
border-color css
<style>
span { border-color: #C8D173; }
span { border-color: rgb(200,209,115); }
td.TdClassName
{
border-color: #C8D173;
}
.TagClassName
{
border-color: #C8D173;
}
</style>