Shades of Sprout #C7D795
Tints of Sprout #C7D795
RGB
CMYK
RGB Variations
Color information
#C7D795 (or 0xC7D795) is known color: Sprout. HEX triplet: C7, D7 and 95. RGB value is (199,215,149). Sum of RGB (Red+Green+Blue) = 199+215+149=563 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.35% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D795 is #38286A. Grayscale: #CACACA. Windows color (decimal): -3680363 or 9820103. OLE color: 9820103.
HSL color Cylindrical-coordinate representation of color #C7D795: hue angle of 74.55º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7D795 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 149 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.16 |
| HSL | 74.55º | 0.45% | 0.71% | - |
| HSV(B) | 74.55º | 0.31% | 0.84% | - |
| XYZ | 53.28 | 62.91 | 37.77 | - |
| YUV | 202.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 149 | 0.07 | 0 | 0.31 | 0.16 | 74.55 | 0.45 | 0.71 |
| Hex | C7 | D7 | 95 | 7 | 0 | 1F | 10 | 4B | 2D | 47 |
| Octal | 307 | 327 | 225 | 7 | 0 | 37 | 20 | 113 | 55 | 107 |
| Binary | 11000111 | 11010111 | 10010101 | 111 | 0 | 11111 | 10000 | 1001011 | 101101 | 1000111 |
Color Harmonies of #C7D795
Complementary color
Monochromatic Colors of #C7D795
Black with #C7D795
Text Example
Text Example
White with #C7D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D795; }
p { color: rgb(199,215,149); }
H1.HeaderClassName
{
color: #C7D795;
}
.AnyTagClassName
{
color: #C7D795;
}
</style>
background-color css
<style>
a { background-color: #C7D795; }
a { background-color: rgb(199,215,149); }
div.DivClassName
{
background-color: #C7D795;
}
.BgClassName
{
background-color: #C7D795;
}
</style>
border-color css
<style>
span { border-color: #C7D795; }
span { border-color: rgb(199,215,149); }
td.TdClassName
{
border-color: #C7D795;
}
.TagClassName
{
border-color: #C7D795;
}
</style>