Shades of Pale Leaf #C2C9B5
Tints of Pale Leaf #C2C9B5
RGB
CMYK
RGB Variations
Color information
#C2C9B5 (or 0xC2C9B5) is known color: Pale Leaf. HEX triplet: C2, C9 and B5. RGB value is (194,201,181). Sum of RGB (Red+Green+Blue) = 194+201+181=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9B5 is #3D364A. Grayscale: #C4C4C4. Windows color (decimal): -4011595 or 11913666. OLE color: 11913666.
HSL color Cylindrical-coordinate representation of color #C2C9B5: hue angle of 81º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C9B5 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 181 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.21 |
| HSL | 81º | 0.16% | 0.75% | - |
| HSV(B) | 81º | 0.1% | 0.79% | - |
| XYZ | 51.48 | 56.58 | 51.92 | - |
| YUV | 196.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 181 | 0.03 | 0 | 0.10 | 0.21 | 81 | 0.16 | 0.75 |
| Hex | C2 | C9 | B5 | 3 | 0 | A | 15 | 51 | 10 | 4B |
| Octal | 302 | 311 | 265 | 3 | 0 | 12 | 25 | 121 | 20 | 113 |
| Binary | 11000010 | 11001001 | 10110101 | 11 | 0 | 1010 | 10101 | 1010001 | 10000 | 1001011 |
Color Harmonies of #C2C9B5
Complementary color
Monochromatic Colors of #C2C9B5
Black with #C2C9B5
Text Example
Text Example
White with #C2C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9B5; }
p { color: rgb(194,201,181); }
H1.HeaderClassName
{
color: #C2C9B5;
}
.AnyTagClassName
{
color: #C2C9B5;
}
</style>
background-color css
<style>
a { background-color: #C2C9B5; }
a { background-color: rgb(194,201,181); }
div.DivClassName
{
background-color: #C2C9B5;
}
.BgClassName
{
background-color: #C2C9B5;
}
</style>
border-color css
<style>
span { border-color: #C2C9B5; }
span { border-color: rgb(194,201,181); }
td.TdClassName
{
border-color: #C2C9B5;
}
.TagClassName
{
border-color: #C2C9B5;
}
</style>