Shades of Pale Leaf #C2C9B1
Tints of Pale Leaf #C2C9B1
RGB
CMYK
RGB Variations
Color information
#C2C9B1 (or 0xC2C9B1) is known color: Pale Leaf. HEX triplet: C2, C9 and B1. RGB value is (194,201,177). Sum of RGB (Red+Green+Blue) = 194+201+177=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9B1 is #3D364E. Grayscale: #C4C4C4. Windows color (decimal): -4011599 or 11651522. OLE color: 11651522.
HSL color Cylindrical-coordinate representation of color #C2C9B1: hue angle of 77.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C9B1 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 177 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.21 |
| HSL | 77.5º | 0.18% | 0.74% | - |
| HSV(B) | 77.5º | 0.12% | 0.79% | - |
| XYZ | 51.07 | 56.42 | 49.79 | - |
| YUV | 196.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 177 | 0.03 | 0 | 0.12 | 0.21 | 77.5 | 0.18 | 0.74 |
| Hex | C2 | C9 | B1 | 3 | 0 | C | 15 | 4E | 12 | 4A |
| Octal | 302 | 311 | 261 | 3 | 0 | 14 | 25 | 116 | 22 | 112 |
| Binary | 11000010 | 11001001 | 10110001 | 11 | 0 | 1100 | 10101 | 1001110 | 10010 | 1001010 |
Color Harmonies of #C2C9B1
Complementary color
Monochromatic Colors of #C2C9B1
Black with #C2C9B1
Text Example
Text Example
White with #C2C9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9B1; }
p { color: rgb(194,201,177); }
H1.HeaderClassName
{
color: #C2C9B1;
}
.AnyTagClassName
{
color: #C2C9B1;
}
</style>
background-color css
<style>
a { background-color: #C2C9B1; }
a { background-color: rgb(194,201,177); }
div.DivClassName
{
background-color: #C2C9B1;
}
.BgClassName
{
background-color: #C2C9B1;
}
</style>
border-color css
<style>
span { border-color: #C2C9B1; }
span { border-color: rgb(194,201,177); }
td.TdClassName
{
border-color: #C2C9B1;
}
.TagClassName
{
border-color: #C2C9B1;
}
</style>