Shades of Sprout #C0CD9E
Tints of Sprout #C0CD9E
RGB
CMYK
RGB Variations
Color information
#C0CD9E (or 0xC0CD9E) is known color: Sprout. HEX triplet: C0, CD and 9E. RGB value is (192,205,158). Sum of RGB (Red+Green+Blue) = 192+205+158=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD9E is #3F3261. Grayscale: #C3C3C3. Windows color (decimal): -4141666 or 10407360. OLE color: 10407360.
HSL color Cylindrical-coordinate representation of color #C0CD9E: hue angle of 76.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CD9E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 205 | 158 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.20 |
| HSL | 76.6º | 0.32% | 0.71% | - |
| HSV(B) | 76.6º | 0.23% | 0.8% | - |
| XYZ | 49.74 | 57.34 | 40.79 | - |
| YUV | 195.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 205 | 158 | 0.06 | 0 | 0.23 | 0.20 | 76.6 | 0.32 | 0.71 |
| Hex | C0 | CD | 9E | 6 | 0 | 17 | 14 | 4D | 20 | 47 |
| Octal | 300 | 315 | 236 | 6 | 0 | 27 | 24 | 115 | 40 | 107 |
| Binary | 11000000 | 11001101 | 10011110 | 110 | 0 | 10111 | 10100 | 1001101 | 100000 | 1000111 |
Color Harmonies of #C0CD9E
Complementary color
Monochromatic Colors of #C0CD9E
Black with #C0CD9E
Text Example
Text Example
White with #C0CD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CD9E; }
p { color: rgb(192,205,158); }
H1.HeaderClassName
{
color: #C0CD9E;
}
.AnyTagClassName
{
color: #C0CD9E;
}
</style>
background-color css
<style>
a { background-color: #C0CD9E; }
a { background-color: rgb(192,205,158); }
div.DivClassName
{
background-color: #C0CD9E;
}
.BgClassName
{
background-color: #C0CD9E;
}
</style>
border-color css
<style>
span { border-color: #C0CD9E; }
span { border-color: rgb(192,205,158); }
td.TdClassName
{
border-color: #C0CD9E;
}
.TagClassName
{
border-color: #C0CD9E;
}
</style>