Shades of Pale Leaf #C2CAAA
Tints of Pale Leaf #C2CAAA
RGB
CMYK
RGB Variations
Color information
#C2CAAA (or 0xC2CAAA) is known color: Pale Leaf. HEX triplet: C2, CA and AA. RGB value is (194,202,170). Sum of RGB (Red+Green+Blue) = 194+202+170=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAA is #3D3555. Grayscale: #C4C4C4. Windows color (decimal): -4011350 or 11193026. OLE color: 11193026.
HSL color Cylindrical-coordinate representation of color #C2CAAA: hue angle of 75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CAAA is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 170 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.21 |
| HSL | 75º | 0.23% | 0.73% | - |
| HSV(B) | 75º | 0.16% | 0.79% | - |
| XYZ | 50.62 | 56.61 | 46.29 | - |
| YUV | 195.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 170 | 0.04 | 0 | 0.16 | 0.21 | 75 | 0.23 | 0.73 |
| Hex | C2 | CA | AA | 4 | 0 | 10 | 15 | 4B | 17 | 49 |
| Octal | 302 | 312 | 252 | 4 | 0 | 20 | 25 | 113 | 27 | 111 |
| Binary | 11000010 | 11001010 | 10101010 | 100 | 0 | 10000 | 10101 | 1001011 | 10111 | 1001001 |
Color Harmonies of #C2CAAA
Complementary color
Monochromatic Colors of #C2CAAA
Black with #C2CAAA
Text Example
Text Example
White with #C2CAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAAA; }
p { color: rgb(194,202,170); }
H1.HeaderClassName
{
color: #C2CAAA;
}
.AnyTagClassName
{
color: #C2CAAA;
}
</style>
background-color css
<style>
a { background-color: #C2CAAA; }
a { background-color: rgb(194,202,170); }
div.DivClassName
{
background-color: #C2CAAA;
}
.BgClassName
{
background-color: #C2CAAA;
}
</style>
border-color css
<style>
span { border-color: #C2CAAA; }
span { border-color: rgb(194,202,170); }
td.TdClassName
{
border-color: #C2CAAA;
}
.TagClassName
{
border-color: #C2CAAA;
}
</style>