Shades of Deco #C8D873
Tints of Deco #C8D873
RGB
CMYK
RGB Variations
Color information
#C8D873 (or 0xC8D873) is known color: Deco. HEX triplet: C8, D8 and 73. RGB value is (200,216,115). Sum of RGB (Red+Green+Blue) = 200+216+115=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D873 is #37278C. Grayscale: #C8C8C8. Windows color (decimal): -3614605 or 7592136. OLE color: 7592136.
HSL color Cylindrical-coordinate representation of color #C8D873: hue angle of 69.5º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C8D873 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 115 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.15 |
| HSL | 69.5º | 0.56% | 0.65% | - |
| HSV(B) | 69.5º | 0.47% | 0.85% | - |
| XYZ | 51.47 | 62.63 | 25.6 | - |
| YUV | 199.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 115 | 0.07 | 0 | 0.47 | 0.15 | 69.5 | 0.56 | 0.65 |
| Hex | C8 | D8 | 73 | 7 | 0 | 2F | F | 46 | 38 | 41 |
| Octal | 310 | 330 | 163 | 7 | 0 | 57 | 17 | 106 | 70 | 101 |
| Binary | 11001000 | 11011000 | 1110011 | 111 | 0 | 101111 | 1111 | 1000110 | 111000 | 1000001 |
Color Harmonies of #C8D873
Complementary color
Monochromatic Colors of #C8D873
Black with #C8D873
Text Example
Text Example
White with #C8D873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D873; }
p { color: rgb(200,216,115); }
H1.HeaderClassName
{
color: #C8D873;
}
.AnyTagClassName
{
color: #C8D873;
}
</style>
background-color css
<style>
a { background-color: #C8D873; }
a { background-color: rgb(200,216,115); }
div.DivClassName
{
background-color: #C8D873;
}
.BgClassName
{
background-color: #C8D873;
}
</style>
border-color css
<style>
span { border-color: #C8D873; }
span { border-color: rgb(200,216,115); }
td.TdClassName
{
border-color: #C8D873;
}
.TagClassName
{
border-color: #C8D873;
}
</style>