Shades of Pale Leaf #C1CC9E
Tints of Pale Leaf #C1CC9E
RGB
CMYK
RGB Variations
Color information
#C1CC9E (or 0xC1CC9E) is known color: Pale Leaf. HEX triplet: C1, CC and 9E. RGB value is (193,204,158). Sum of RGB (Red+Green+Blue) = 193+204+158=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CC9E is #3E3361. Grayscale: #C3C3C3. Windows color (decimal): -4076386 or 10407105. OLE color: 10407105.
HSL color Cylindrical-coordinate representation of color #C1CC9E: hue angle of 74.35º degrees, saturation: 0.31, 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 #C1CC9E is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 158 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.2 |
| HSL | 74.35º | 0.31% | 0.71% | - |
| HSV(B) | 74.35º | 0.23% | 0.8% | - |
| XYZ | 49.76 | 56.99 | 40.73 | - |
| YUV | 195.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 158 | 0.05 | 0 | 0.23 | 0.2 | 74.35 | 0.31 | 0.71 |
| Hex | C1 | CC | 9E | 5 | 0 | 17 | 14 | 4A | 1F | 47 |
| Octal | 301 | 314 | 236 | 5 | 0 | 27 | 24 | 112 | 37 | 107 |
| Binary | 11000001 | 11001100 | 10011110 | 101 | 0 | 10111 | 10100 | 1001010 | 11111 | 1000111 |
Color Harmonies of #C1CC9E
Complementary color
Monochromatic Colors of #C1CC9E
Black with #C1CC9E
Text Example
Text Example
White with #C1CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC9E; }
p { color: rgb(193,204,158); }
H1.HeaderClassName
{
color: #C1CC9E;
}
.AnyTagClassName
{
color: #C1CC9E;
}
</style>
background-color css
<style>
a { background-color: #C1CC9E; }
a { background-color: rgb(193,204,158); }
div.DivClassName
{
background-color: #C1CC9E;
}
.BgClassName
{
background-color: #C1CC9E;
}
</style>
border-color css
<style>
span { border-color: #C1CC9E; }
span { border-color: rgb(193,204,158); }
td.TdClassName
{
border-color: #C1CC9E;
}
.TagClassName
{
border-color: #C1CC9E;
}
</style>