Shades of Sprout #C8D895
Tints of Sprout #C8D895
RGB
CMYK
RGB Variations
Color information
#C8D895 (or 0xC8D895) is known color: Sprout. HEX triplet: C8, D8 and 95. RGB value is (200,216,149). Sum of RGB (Red+Green+Blue) = 200+216+149=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D895 is #37276A. Grayscale: #CBCBCB. Windows color (decimal): -3614571 or 9820360. OLE color: 9820360.
HSL color Cylindrical-coordinate representation of color #C8D895: hue angle of 74.33º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8D895 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 149 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.15 |
| HSL | 74.33º | 0.46% | 0.72% | - |
| HSV(B) | 74.33º | 0.31% | 0.85% | - |
| XYZ | 53.8 | 63.56 | 37.87 | - |
| YUV | 203.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 149 | 0.07 | 0 | 0.31 | 0.15 | 74.33 | 0.46 | 0.72 |
| Hex | C8 | D8 | 95 | 7 | 0 | 1F | F | 4A | 2E | 48 |
| Octal | 310 | 330 | 225 | 7 | 0 | 37 | 17 | 112 | 56 | 110 |
| Binary | 11001000 | 11011000 | 10010101 | 111 | 0 | 11111 | 1111 | 1001010 | 101110 | 1001000 |
Color Harmonies of #C8D895
Complementary color
Monochromatic Colors of #C8D895
Black with #C8D895
Text Example
Text Example
White with #C8D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D895; }
p { color: rgb(200,216,149); }
H1.HeaderClassName
{
color: #C8D895;
}
.AnyTagClassName
{
color: #C8D895;
}
</style>
background-color css
<style>
a { background-color: #C8D895; }
a { background-color: rgb(200,216,149); }
div.DivClassName
{
background-color: #C8D895;
}
.BgClassName
{
background-color: #C8D895;
}
</style>
border-color css
<style>
span { border-color: #C8D895; }
span { border-color: rgb(200,216,149); }
td.TdClassName
{
border-color: #C8D895;
}
.TagClassName
{
border-color: #C8D895;
}
</style>