Shades of Pale Leaf #C2C9B0
Tints of Pale Leaf #C2C9B0
RGB
CMYK
RGB Variations
Color information
#C2C9B0 (or 0xC2C9B0) is known color: Pale Leaf. HEX triplet: C2, C9 and B0. RGB value is (194,201,176). Sum of RGB (Red+Green+Blue) = 194+201+176=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9B0 is #3D364F. Grayscale: #C4C4C4. Windows color (decimal): -4011600 or 11585986. OLE color: 11585986.
HSL color Cylindrical-coordinate representation of color #C2C9B0: hue angle of 76.8º degrees, saturation: 0.19, 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 #C2C9B0 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 176 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.21 |
| HSL | 76.8º | 0.19% | 0.74% | - |
| HSV(B) | 76.8º | 0.12% | 0.79% | - |
| XYZ | 50.97 | 56.38 | 49.27 | - |
| YUV | 196.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 176 | 0.03 | 0 | 0.12 | 0.21 | 76.8 | 0.19 | 0.74 |
| Hex | C2 | C9 | B0 | 3 | 0 | C | 15 | 4D | 13 | 4A |
| Octal | 302 | 311 | 260 | 3 | 0 | 14 | 25 | 115 | 23 | 112 |
| Binary | 11000010 | 11001001 | 10110000 | 11 | 0 | 1100 | 10101 | 1001101 | 10011 | 1001010 |
Color Harmonies of #C2C9B0
Complementary color
Monochromatic Colors of #C2C9B0
Black with #C2C9B0
Text Example
Text Example
White with #C2C9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9B0; }
p { color: rgb(194,201,176); }
H1.HeaderClassName
{
color: #C2C9B0;
}
.AnyTagClassName
{
color: #C2C9B0;
}
</style>
background-color css
<style>
a { background-color: #C2C9B0; }
a { background-color: rgb(194,201,176); }
div.DivClassName
{
background-color: #C2C9B0;
}
.BgClassName
{
background-color: #C2C9B0;
}
</style>
border-color css
<style>
span { border-color: #C2C9B0; }
span { border-color: rgb(194,201,176); }
td.TdClassName
{
border-color: #C2C9B0;
}
.TagClassName
{
border-color: #C2C9B0;
}
</style>