Shades of Sprout #C8D899
Tints of Sprout #C8D899
RGB
CMYK
RGB Variations
Color information
#C8D899 (or 0xC8D899) is known color: Sprout. HEX triplet: C8, D8 and 99. RGB value is (200,216,153). Sum of RGB (Red+Green+Blue) = 200+216+153=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 153 (60.16% from 255 or 26.89% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D899 is #372766. Grayscale: #CCCCCC. Windows color (decimal): -3614567 or 10082504. OLE color: 10082504.
HSL color Cylindrical-coordinate representation of color #C8D899: hue angle of 75.24º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8D899 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 153 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.15 |
| HSL | 75.24º | 0.45% | 0.72% | - |
| HSV(B) | 75.24º | 0.29% | 0.85% | - |
| XYZ | 54.13 | 63.69 | 39.58 | - |
| YUV | 204.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 153 | 0.07 | 0 | 0.29 | 0.15 | 75.24 | 0.45 | 0.72 |
| Hex | C8 | D8 | 99 | 7 | 0 | 1D | F | 4B | 2D | 48 |
| Octal | 310 | 330 | 231 | 7 | 0 | 35 | 17 | 113 | 55 | 110 |
| Binary | 11001000 | 11011000 | 10011001 | 111 | 0 | 11101 | 1111 | 1001011 | 101101 | 1001000 |
Color Harmonies of #C8D899
Complementary color
Monochromatic Colors of #C8D899
Black with #C8D899
Text Example
Text Example
White with #C8D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D899; }
p { color: rgb(200,216,153); }
H1.HeaderClassName
{
color: #C8D899;
}
.AnyTagClassName
{
color: #C8D899;
}
</style>
background-color css
<style>
a { background-color: #C8D899; }
a { background-color: rgb(200,216,153); }
div.DivClassName
{
background-color: #C8D899;
}
.BgClassName
{
background-color: #C8D899;
}
</style>
border-color css
<style>
span { border-color: #C8D899; }
span { border-color: rgb(200,216,153); }
td.TdClassName
{
border-color: #C8D899;
}
.TagClassName
{
border-color: #C8D899;
}
</style>