Shades of Sprout #C0CF9E
Tints of Sprout #C0CF9E
RGB
CMYK
RGB Variations
Color information
#C0CF9E (or 0xC0CF9E) is known color: Sprout. HEX triplet: C0, CF and 9E. RGB value is (192,207,158). Sum of RGB (Red+Green+Blue) = 192+207+158=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF9E is #3F3061. Grayscale: #C5C5C5. Windows color (decimal): -4141154 or 10407872. OLE color: 10407872.
HSL color Cylindrical-coordinate representation of color #C0CF9E: hue angle of 78.37º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CF9E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 158 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.19 |
| HSL | 78.37º | 0.34% | 0.72% | - |
| HSV(B) | 78.37º | 0.24% | 0.81% | - |
| XYZ | 50.22 | 58.3 | 40.95 | - |
| YUV | 196.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 158 | 0.07 | 0 | 0.24 | 0.19 | 78.37 | 0.34 | 0.72 |
| Hex | C0 | CF | 9E | 7 | 0 | 18 | 13 | 4E | 22 | 48 |
| Octal | 300 | 317 | 236 | 7 | 0 | 30 | 23 | 116 | 42 | 110 |
| Binary | 11000000 | 11001111 | 10011110 | 111 | 0 | 11000 | 10011 | 1001110 | 100010 | 1001000 |
Color Harmonies of #C0CF9E
Complementary color
Monochromatic Colors of #C0CF9E
Black with #C0CF9E
Text Example
Text Example
White with #C0CF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF9E; }
p { color: rgb(192,207,158); }
H1.HeaderClassName
{
color: #C0CF9E;
}
.AnyTagClassName
{
color: #C0CF9E;
}
</style>
background-color css
<style>
a { background-color: #C0CF9E; }
a { background-color: rgb(192,207,158); }
div.DivClassName
{
background-color: #C0CF9E;
}
.BgClassName
{
background-color: #C0CF9E;
}
</style>
border-color css
<style>
span { border-color: #C0CF9E; }
span { border-color: rgb(192,207,158); }
td.TdClassName
{
border-color: #C0CF9E;
}
.TagClassName
{
border-color: #C0CF9E;
}
</style>