Shades of Pale Leaf #C2C9B4
Tints of Pale Leaf #C2C9B4
RGB
CMYK
RGB Variations
Color information
#C2C9B4 (or 0xC2C9B4) is known color: Pale Leaf. HEX triplet: C2, C9 and B4. RGB value is (194,201,180). Sum of RGB (Red+Green+Blue) = 194+201+180=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9B4 is #3D364B. Grayscale: #C4C4C4. Windows color (decimal): -4011596 or 11848130. OLE color: 11848130.
HSL color Cylindrical-coordinate representation of color #C2C9B4: hue angle of 80º 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 #C2C9B4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 180 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.21 |
| HSL | 80º | 0.16% | 0.75% | - |
| HSV(B) | 80º | 0.1% | 0.79% | - |
| XYZ | 51.37 | 56.54 | 51.39 | - |
| YUV | 196.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 180 | 0.03 | 0 | 0.10 | 0.21 | 80 | 0.16 | 0.75 |
| Hex | C2 | C9 | B4 | 3 | 0 | A | 15 | 50 | 10 | 4B |
| Octal | 302 | 311 | 264 | 3 | 0 | 12 | 25 | 120 | 20 | 113 |
| Binary | 11000010 | 11001001 | 10110100 | 11 | 0 | 1010 | 10101 | 1010000 | 10000 | 1001011 |
Color Harmonies of #C2C9B4
Complementary color
Monochromatic Colors of #C2C9B4
Black with #C2C9B4
Text Example
Text Example
White with #C2C9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9B4; }
p { color: rgb(194,201,180); }
H1.HeaderClassName
{
color: #C2C9B4;
}
.AnyTagClassName
{
color: #C2C9B4;
}
</style>
background-color css
<style>
a { background-color: #C2C9B4; }
a { background-color: rgb(194,201,180); }
div.DivClassName
{
background-color: #C2C9B4;
}
.BgClassName
{
background-color: #C2C9B4;
}
</style>
border-color css
<style>
span { border-color: #C2C9B4; }
span { border-color: rgb(194,201,180); }
td.TdClassName
{
border-color: #C2C9B4;
}
.TagClassName
{
border-color: #C2C9B4;
}
</style>