Shades of Pale Leaf #C2CAB1
Tints of Pale Leaf #C2CAB1
RGB
CMYK
RGB Variations
Color information
#C2CAB1 (or 0xC2CAB1) is known color: Pale Leaf. HEX triplet: C2, CA and B1. RGB value is (194,202,177). Sum of RGB (Red+Green+Blue) = 194+202+177=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAB1 is #3D354E. Grayscale: #C4C4C4. Windows color (decimal): -4011343 or 11651778. OLE color: 11651778.
HSL color Cylindrical-coordinate representation of color #C2CAB1: hue angle of 79.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CAB1 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 177 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.21 |
| HSL | 79.2º | 0.19% | 0.74% | - |
| HSV(B) | 79.2º | 0.12% | 0.79% | - |
| XYZ | 51.3 | 56.88 | 49.87 | - |
| YUV | 196.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 177 | 0.04 | 0 | 0.12 | 0.21 | 79.2 | 0.19 | 0.74 |
| Hex | C2 | CA | B1 | 4 | 0 | C | 15 | 4F | 13 | 4A |
| Octal | 302 | 312 | 261 | 4 | 0 | 14 | 25 | 117 | 23 | 112 |
| Binary | 11000010 | 11001010 | 10110001 | 100 | 0 | 1100 | 10101 | 1001111 | 10011 | 1001010 |
Color Harmonies of #C2CAB1
Complementary color
Monochromatic Colors of #C2CAB1
Black with #C2CAB1
Text Example
Text Example
White with #C2CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAB1; }
p { color: rgb(194,202,177); }
H1.HeaderClassName
{
color: #C2CAB1;
}
.AnyTagClassName
{
color: #C2CAB1;
}
</style>
background-color css
<style>
a { background-color: #C2CAB1; }
a { background-color: rgb(194,202,177); }
div.DivClassName
{
background-color: #C2CAB1;
}
.BgClassName
{
background-color: #C2CAB1;
}
</style>
border-color css
<style>
span { border-color: #C2CAB1; }
span { border-color: rgb(194,202,177); }
td.TdClassName
{
border-color: #C2CAB1;
}
.TagClassName
{
border-color: #C2CAB1;
}
</style>