Shades of Pale Leaf #C1CE9F
Tints of Pale Leaf #C1CE9F
RGB
CMYK
RGB Variations
Color information
#C1CE9F (or 0xC1CE9F) is known color: Pale Leaf. HEX triplet: C1, CE and 9F. RGB value is (193,206,159). Sum of RGB (Red+Green+Blue) = 193+206+159=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CE9F is #3E3160. Grayscale: #C4C4C4. Windows color (decimal): -4075873 or 10473153. OLE color: 10473153.
HSL color Cylindrical-coordinate representation of color #C1CE9F: hue angle of 76.6º degrees, saturation: 0.32, 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 #C1CE9F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 159 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.19 |
| HSL | 76.6º | 0.32% | 0.72% | - |
| HSV(B) | 76.6º | 0.23% | 0.81% | - |
| XYZ | 50.32 | 57.98 | 41.34 | - |
| YUV | 196.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 159 | 0.06 | 0 | 0.23 | 0.19 | 76.6 | 0.32 | 0.72 |
| Hex | C1 | CE | 9F | 6 | 0 | 17 | 13 | 4D | 20 | 48 |
| Octal | 301 | 316 | 237 | 6 | 0 | 27 | 23 | 115 | 40 | 110 |
| Binary | 11000001 | 11001110 | 10011111 | 110 | 0 | 10111 | 10011 | 1001101 | 100000 | 1001000 |
Color Harmonies of #C1CE9F
Complementary color
Monochromatic Colors of #C1CE9F
Black with #C1CE9F
Text Example
Text Example
White with #C1CE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE9F; }
p { color: rgb(193,206,159); }
H1.HeaderClassName
{
color: #C1CE9F;
}
.AnyTagClassName
{
color: #C1CE9F;
}
</style>
background-color css
<style>
a { background-color: #C1CE9F; }
a { background-color: rgb(193,206,159); }
div.DivClassName
{
background-color: #C1CE9F;
}
.BgClassName
{
background-color: #C1CE9F;
}
</style>
border-color css
<style>
span { border-color: #C1CE9F; }
span { border-color: rgb(193,206,159); }
td.TdClassName
{
border-color: #C1CE9F;
}
.TagClassName
{
border-color: #C1CE9F;
}
</style>