Shades of Sprout #C0CF9F
Tints of Sprout #C0CF9F
RGB
CMYK
RGB Variations
Color information
#C0CF9F (or 0xC0CF9F) is known color: Sprout. HEX triplet: C0, CF and 9F. RGB value is (192,207,159). Sum of RGB (Red+Green+Blue) = 192+207+159=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF9F is #3F3060. Grayscale: #C5C5C5. Windows color (decimal): -4141153 or 10473408. OLE color: 10473408.
HSL color Cylindrical-coordinate representation of color #C0CF9F: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CF9F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 159 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.19 |
| HSL | 78.75º | 0.33% | 0.72% | - |
| HSV(B) | 78.75º | 0.23% | 0.81% | - |
| XYZ | 50.31 | 58.34 | 41.41 | - |
| YUV | 197.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 159 | 0.07 | 0 | 0.23 | 0.19 | 78.75 | 0.33 | 0.72 |
| Hex | C0 | CF | 9F | 7 | 0 | 17 | 13 | 4F | 21 | 48 |
| Octal | 300 | 317 | 237 | 7 | 0 | 27 | 23 | 117 | 41 | 110 |
| Binary | 11000000 | 11001111 | 10011111 | 111 | 0 | 10111 | 10011 | 1001111 | 100001 | 1001000 |
Color Harmonies of #C0CF9F
Complementary color
Monochromatic Colors of #C0CF9F
Black with #C0CF9F
Text Example
Text Example
White with #C0CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF9F; }
p { color: rgb(192,207,159); }
H1.HeaderClassName
{
color: #C0CF9F;
}
.AnyTagClassName
{
color: #C0CF9F;
}
</style>
background-color css
<style>
a { background-color: #C0CF9F; }
a { background-color: rgb(192,207,159); }
div.DivClassName
{
background-color: #C0CF9F;
}
.BgClassName
{
background-color: #C0CF9F;
}
</style>
border-color css
<style>
span { border-color: #C0CF9F; }
span { border-color: rgb(192,207,159); }
td.TdClassName
{
border-color: #C0CF9F;
}
.TagClassName
{
border-color: #C0CF9F;
}
</style>