Shades of Pale Leaf #C2C9AE
Tints of Pale Leaf #C2C9AE
RGB
CMYK
RGB Variations
Color information
#C2C9AE (or 0xC2C9AE) is known color: Pale Leaf. HEX triplet: C2, C9 and AE. RGB value is (194,201,174). Sum of RGB (Red+Green+Blue) = 194+201+174=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9AE is #3D3651. Grayscale: #C3C3C3. Windows color (decimal): -4011602 or 11454914. OLE color: 11454914.
HSL color Cylindrical-coordinate representation of color #C2C9AE: hue angle of 75.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2C9AE is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 174 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.21 |
| HSL | 75.56º | 0.2% | 0.74% | - |
| HSV(B) | 75.56º | 0.13% | 0.79% | - |
| XYZ | 50.77 | 56.3 | 48.24 | - |
| YUV | 195.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 174 | 0.03 | 0 | 0.13 | 0.21 | 75.56 | 0.2 | 0.74 |
| Hex | C2 | C9 | AE | 3 | 0 | D | 15 | 4C | 14 | 4A |
| Octal | 302 | 311 | 256 | 3 | 0 | 15 | 25 | 114 | 24 | 112 |
| Binary | 11000010 | 11001001 | 10101110 | 11 | 0 | 1101 | 10101 | 1001100 | 10100 | 1001010 |
Color Harmonies of #C2C9AE
Complementary color
Monochromatic Colors of #C2C9AE
Black with #C2C9AE
Text Example
Text Example
White with #C2C9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9AE; }
p { color: rgb(194,201,174); }
H1.HeaderClassName
{
color: #C2C9AE;
}
.AnyTagClassName
{
color: #C2C9AE;
}
</style>
background-color css
<style>
a { background-color: #C2C9AE; }
a { background-color: rgb(194,201,174); }
div.DivClassName
{
background-color: #C2C9AE;
}
.BgClassName
{
background-color: #C2C9AE;
}
</style>
border-color css
<style>
span { border-color: #C2C9AE; }
span { border-color: rgb(194,201,174); }
td.TdClassName
{
border-color: #C2C9AE;
}
.TagClassName
{
border-color: #C2C9AE;
}
</style>