Shades of Pale Leaf #C2CAAF
Tints of Pale Leaf #C2CAAF
RGB
CMYK
RGB Variations
Color information
#C2CAAF (or 0xC2CAAF) is known color: Pale Leaf. HEX triplet: C2, CA and AF. RGB value is (194,202,175). Sum of RGB (Red+Green+Blue) = 194+202+175=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAF is #3D3550. Grayscale: #C4C4C4. Windows color (decimal): -4011345 or 11520706. OLE color: 11520706.
HSL color Cylindrical-coordinate representation of color #C2CAAF: hue angle of 77.78º 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 #C2CAAF is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 175 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.21 |
| HSL | 77.78º | 0.2% | 0.74% | - |
| HSV(B) | 77.78º | 0.13% | 0.79% | - |
| XYZ | 51.11 | 56.81 | 48.83 | - |
| YUV | 196.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 175 | 0.04 | 0 | 0.13 | 0.21 | 77.78 | 0.2 | 0.74 |
| Hex | C2 | CA | AF | 4 | 0 | D | 15 | 4E | 14 | 4A |
| Octal | 302 | 312 | 257 | 4 | 0 | 15 | 25 | 116 | 24 | 112 |
| Binary | 11000010 | 11001010 | 10101111 | 100 | 0 | 1101 | 10101 | 1001110 | 10100 | 1001010 |
Color Harmonies of #C2CAAF
Complementary color
Monochromatic Colors of #C2CAAF
Black with #C2CAAF
Text Example
Text Example
White with #C2CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAAF; }
p { color: rgb(194,202,175); }
H1.HeaderClassName
{
color: #C2CAAF;
}
.AnyTagClassName
{
color: #C2CAAF;
}
</style>
background-color css
<style>
a { background-color: #C2CAAF; }
a { background-color: rgb(194,202,175); }
div.DivClassName
{
background-color: #C2CAAF;
}
.BgClassName
{
background-color: #C2CAAF;
}
</style>
border-color css
<style>
span { border-color: #C2CAAF; }
span { border-color: rgb(194,202,175); }
td.TdClassName
{
border-color: #C2CAAF;
}
.TagClassName
{
border-color: #C2CAAF;
}
</style>