Shades of Pale Leaf #C2CAB5
Tints of Pale Leaf #C2CAB5
RGB
CMYK
RGB Variations
Color information
#C2CAB5 (or 0xC2CAB5) is known color: Pale Leaf. HEX triplet: C2, CA and B5. RGB value is (194,202,181). Sum of RGB (Red+Green+Blue) = 194+202+181=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB5 is #3D354A. Grayscale: #C5C5C5. Windows color (decimal): -4011339 or 11913922. OLE color: 11913922.
HSL color Cylindrical-coordinate representation of color #C2CAB5: hue angle of 82.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2CAB5 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 181 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.21 |
| HSL | 82.86º | 0.17% | 0.75% | - |
| HSV(B) | 82.86º | 0.1% | 0.79% | - |
| XYZ | 51.71 | 57.05 | 52 | - |
| YUV | 197.21 | 118.85 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 181 | 0.04 | 0 | 0.10 | 0.21 | 82.86 | 0.17 | 0.75 |
| Hex | C2 | CA | B5 | 4 | 0 | A | 15 | 53 | 11 | 4B |
| Octal | 302 | 312 | 265 | 4 | 0 | 12 | 25 | 123 | 21 | 113 |
| Binary | 11000010 | 11001010 | 10110101 | 100 | 0 | 1010 | 10101 | 1010011 | 10001 | 1001011 |
Color Harmonies of #C2CAB5
Complementary color
Monochromatic Colors of #C2CAB5
Black with #C2CAB5
Text Example
Text Example
White with #C2CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAB5; }
p { color: rgb(194,202,181); }
H1.HeaderClassName
{
color: #C2CAB5;
}
.AnyTagClassName
{
color: #C2CAB5;
}
</style>
background-color css
<style>
a { background-color: #C2CAB5; }
a { background-color: rgb(194,202,181); }
div.DivClassName
{
background-color: #C2CAB5;
}
.BgClassName
{
background-color: #C2CAB5;
}
</style>
border-color css
<style>
span { border-color: #C2CAB5; }
span { border-color: rgb(194,202,181); }
td.TdClassName
{
border-color: #C2CAB5;
}
.TagClassName
{
border-color: #C2CAB5;
}
</style>