Shades of Pale Leaf #C2C9AC
Tints of Pale Leaf #C2C9AC
RGB
CMYK
RGB Variations
Color information
#C2C9AC (or 0xC2C9AC) is known color: Pale Leaf. HEX triplet: C2, C9 and AC. RGB value is (194,201,172). Sum of RGB (Red+Green+Blue) = 194+201+172=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C9AC is #3D3653. Grayscale: #C3C3C3. Windows color (decimal): -4011604 or 11323842. OLE color: 11323842.
HSL color Cylindrical-coordinate representation of color #C2C9AC: hue angle of 74.48º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C9AC is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 172 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.21 |
| HSL | 74.48º | 0.21% | 0.73% | - |
| HSV(B) | 74.48º | 0.14% | 0.79% | - |
| XYZ | 50.58 | 56.22 | 47.22 | - |
| YUV | 195.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 172 | 0.03 | 0 | 0.14 | 0.21 | 74.48 | 0.21 | 0.73 |
| Hex | C2 | C9 | AC | 3 | 0 | E | 15 | 4A | 15 | 49 |
| Octal | 302 | 311 | 254 | 3 | 0 | 16 | 25 | 112 | 25 | 111 |
| Binary | 11000010 | 11001001 | 10101100 | 11 | 0 | 1110 | 10101 | 1001010 | 10101 | 1001001 |
Color Harmonies of #C2C9AC
Complementary color
Monochromatic Colors of #C2C9AC
Black with #C2C9AC
Text Example
Text Example
White with #C2C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C9AC; }
p { color: rgb(194,201,172); }
H1.HeaderClassName
{
color: #C2C9AC;
}
.AnyTagClassName
{
color: #C2C9AC;
}
</style>
background-color css
<style>
a { background-color: #C2C9AC; }
a { background-color: rgb(194,201,172); }
div.DivClassName
{
background-color: #C2C9AC;
}
.BgClassName
{
background-color: #C2C9AC;
}
</style>
border-color css
<style>
span { border-color: #C2C9AC; }
span { border-color: rgb(194,201,172); }
td.TdClassName
{
border-color: #C2C9AC;
}
.TagClassName
{
border-color: #C2C9AC;
}
</style>