Shades of Pale Leaf #C2CAAB
Tints of Pale Leaf #C2CAAB
RGB
CMYK
RGB Variations
Color information
#C2CAAB (or 0xC2CAAB) is known color: Pale Leaf. HEX triplet: C2, CA and AB. RGB value is (194,202,171). Sum of RGB (Red+Green+Blue) = 194+202+171=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAAB is #3D3554. Grayscale: #C4C4C4. Windows color (decimal): -4011349 or 11258562. OLE color: 11258562.
HSL color Cylindrical-coordinate representation of color #C2CAAB: hue angle of 75.48º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2CAAB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 171 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.21 |
| HSL | 75.48º | 0.23% | 0.73% | - |
| HSV(B) | 75.48º | 0.15% | 0.79% | - |
| XYZ | 50.72 | 56.65 | 46.79 | - |
| YUV | 196.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 171 | 0.04 | 0 | 0.15 | 0.21 | 75.48 | 0.23 | 0.73 |
| Hex | C2 | CA | AB | 4 | 0 | F | 15 | 4B | 17 | 49 |
| Octal | 302 | 312 | 253 | 4 | 0 | 17 | 25 | 113 | 27 | 111 |
| Binary | 11000010 | 11001010 | 10101011 | 100 | 0 | 1111 | 10101 | 1001011 | 10111 | 1001001 |
Color Harmonies of #C2CAAB
Complementary color
Monochromatic Colors of #C2CAAB
Black with #C2CAAB
Text Example
Text Example
White with #C2CAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAAB; }
p { color: rgb(194,202,171); }
H1.HeaderClassName
{
color: #C2CAAB;
}
.AnyTagClassName
{
color: #C2CAAB;
}
</style>
background-color css
<style>
a { background-color: #C2CAAB; }
a { background-color: rgb(194,202,171); }
div.DivClassName
{
background-color: #C2CAAB;
}
.BgClassName
{
background-color: #C2CAAB;
}
</style>
border-color css
<style>
span { border-color: #C2CAAB; }
span { border-color: rgb(194,202,171); }
td.TdClassName
{
border-color: #C2CAAB;
}
.TagClassName
{
border-color: #C2CAAB;
}
</style>