Shades of Pale Leaf #C2CAB4
Tints of Pale Leaf #C2CAB4
RGB
CMYK
RGB Variations
Color information
#C2CAB4 (or 0xC2CAB4) is known color: Pale Leaf. HEX triplet: C2, CA and B4. RGB value is (194,202,180). Sum of RGB (Red+Green+Blue) = 194+202+180=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB4 is #3D354B. Grayscale: #C5C5C5. Windows color (decimal): -4011340 or 11848386. OLE color: 11848386.
HSL color Cylindrical-coordinate representation of color #C2CAB4: hue angle of 81.82º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CAB4 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 180 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.21 |
| HSL | 81.82º | 0.17% | 0.75% | - |
| HSV(B) | 81.82º | 0.11% | 0.79% | - |
| XYZ | 51.61 | 57.01 | 51.46 | - |
| YUV | 197.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 180 | 0.04 | 0 | 0.11 | 0.21 | 81.82 | 0.17 | 0.75 |
| Hex | C2 | CA | B4 | 4 | 0 | B | 15 | 52 | 11 | 4B |
| Octal | 302 | 312 | 264 | 4 | 0 | 13 | 25 | 122 | 21 | 113 |
| Binary | 11000010 | 11001010 | 10110100 | 100 | 0 | 1011 | 10101 | 1010010 | 10001 | 1001011 |
Color Harmonies of #C2CAB4
Complementary color
Monochromatic Colors of #C2CAB4
Black with #C2CAB4
Text Example
Text Example
White with #C2CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAB4; }
p { color: rgb(194,202,180); }
H1.HeaderClassName
{
color: #C2CAB4;
}
.AnyTagClassName
{
color: #C2CAB4;
}
</style>
background-color css
<style>
a { background-color: #C2CAB4; }
a { background-color: rgb(194,202,180); }
div.DivClassName
{
background-color: #C2CAB4;
}
.BgClassName
{
background-color: #C2CAB4;
}
</style>
border-color css
<style>
span { border-color: #C2CAB4; }
span { border-color: rgb(194,202,180); }
td.TdClassName
{
border-color: #C2CAB4;
}
.TagClassName
{
border-color: #C2CAB4;
}
</style>