Shades of Sprout #C1CD9D
Tints of Sprout #C1CD9D
RGB
CMYK
RGB Variations
Color information
#C1CD9D (or 0xC1CD9D) is known color: Sprout. HEX triplet: C1, CD and 9D. RGB value is (193,205,157). Sum of RGB (Red+Green+Blue) = 193+205+157=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CD9D is #3E3262. Grayscale: #C4C4C4. Windows color (decimal): -4076131 or 10341825. OLE color: 10341825.
HSL color Cylindrical-coordinate representation of color #C1CD9D: hue angle of 75º 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 #C1CD9D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 205 | 157 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.20 |
| HSL | 75º | 0.32% | 0.71% | - |
| HSV(B) | 75º | 0.23% | 0.8% | - |
| XYZ | 49.91 | 57.43 | 40.35 | - |
| YUV | 195.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 205 | 157 | 0.06 | 0 | 0.23 | 0.20 | 75 | 0.32 | 0.71 |
| Hex | C1 | CD | 9D | 6 | 0 | 17 | 14 | 4B | 20 | 47 |
| Octal | 301 | 315 | 235 | 6 | 0 | 27 | 24 | 113 | 40 | 107 |
| Binary | 11000001 | 11001101 | 10011101 | 110 | 0 | 10111 | 10100 | 1001011 | 100000 | 1000111 |
Color Harmonies of #C1CD9D
Complementary color
Monochromatic Colors of #C1CD9D
Black with #C1CD9D
Text Example
Text Example
White with #C1CD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CD9D; }
p { color: rgb(193,205,157); }
H1.HeaderClassName
{
color: #C1CD9D;
}
.AnyTagClassName
{
color: #C1CD9D;
}
</style>
background-color css
<style>
a { background-color: #C1CD9D; }
a { background-color: rgb(193,205,157); }
div.DivClassName
{
background-color: #C1CD9D;
}
.BgClassName
{
background-color: #C1CD9D;
}
</style>
border-color css
<style>
span { border-color: #C1CD9D; }
span { border-color: rgb(193,205,157); }
td.TdClassName
{
border-color: #C1CD9D;
}
.TagClassName
{
border-color: #C1CD9D;
}
</style>