Shades of Sprout #C0CF92
Tints of Sprout #C0CF92
RGB
CMYK
RGB Variations
Color information
#C0CF92 (or 0xC0CF92) is known color: Sprout. HEX triplet: C0, CF and 92. RGB value is (192,207,146). Sum of RGB (Red+Green+Blue) = 192+207+146=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF92 is #3F306D. Grayscale: #C3C3C3. Windows color (decimal): -4141166 or 9621440. OLE color: 9621440.
HSL color Cylindrical-coordinate representation of color #C0CF92: hue angle of 74.75º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0CF92 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 146 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.19 |
| HSL | 74.75º | 0.39% | 0.69% | - |
| HSV(B) | 74.75º | 0.29% | 0.81% | - |
| XYZ | 49.24 | 57.91 | 35.78 | - |
| YUV | 195.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 146 | 0.07 | 0 | 0.29 | 0.19 | 74.75 | 0.39 | 0.69 |
| Hex | C0 | CF | 92 | 7 | 0 | 1D | 13 | 4B | 27 | 45 |
| Octal | 300 | 317 | 222 | 7 | 0 | 35 | 23 | 113 | 47 | 105 |
| Binary | 11000000 | 11001111 | 10010010 | 111 | 0 | 11101 | 10011 | 1001011 | 100111 | 1000101 |
Color Harmonies of #C0CF92
Complementary color
Monochromatic Colors of #C0CF92
Black with #C0CF92
Text Example
Text Example
White with #C0CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CF92; }
p { color: rgb(192,207,146); }
H1.HeaderClassName
{
color: #C0CF92;
}
.AnyTagClassName
{
color: #C0CF92;
}
</style>
background-color css
<style>
a { background-color: #C0CF92; }
a { background-color: rgb(192,207,146); }
div.DivClassName
{
background-color: #C0CF92;
}
.BgClassName
{
background-color: #C0CF92;
}
</style>
border-color css
<style>
span { border-color: #C0CF92; }
span { border-color: rgb(192,207,146); }
td.TdClassName
{
border-color: #C0CF92;
}
.TagClassName
{
border-color: #C0CF92;
}
</style>