Shades of Pale Leaf #C2CAB2
Tints of Pale Leaf #C2CAB2
RGB
CMYK
RGB Variations
Color information
#C2CAB2 (or 0xC2CAB2) is known color: Pale Leaf. HEX triplet: C2, CA and B2. RGB value is (194,202,178). Sum of RGB (Red+Green+Blue) = 194+202+178=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAB2 is #3D354D. Grayscale: #C4C4C4. Windows color (decimal): -4011342 or 11717314. OLE color: 11717314.
HSL color Cylindrical-coordinate representation of color #C2CAB2: hue angle of 80º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2CAB2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 178 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.21 |
| HSL | 80º | 0.18% | 0.75% | - |
| HSV(B) | 80º | 0.12% | 0.79% | - |
| XYZ | 51.4 | 56.92 | 50.4 | - |
| YUV | 196.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 178 | 0.04 | 0 | 0.12 | 0.21 | 80 | 0.18 | 0.75 |
| Hex | C2 | CA | B2 | 4 | 0 | C | 15 | 50 | 12 | 4B |
| Octal | 302 | 312 | 262 | 4 | 0 | 14 | 25 | 120 | 22 | 113 |
| Binary | 11000010 | 11001010 | 10110010 | 100 | 0 | 1100 | 10101 | 1010000 | 10010 | 1001011 |
Color Harmonies of #C2CAB2
Complementary color
Monochromatic Colors of #C2CAB2
Black with #C2CAB2
Text Example
Text Example
White with #C2CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAB2; }
p { color: rgb(194,202,178); }
H1.HeaderClassName
{
color: #C2CAB2;
}
.AnyTagClassName
{
color: #C2CAB2;
}
</style>
background-color css
<style>
a { background-color: #C2CAB2; }
a { background-color: rgb(194,202,178); }
div.DivClassName
{
background-color: #C2CAB2;
}
.BgClassName
{
background-color: #C2CAB2;
}
</style>
border-color css
<style>
span { border-color: #C2CAB2; }
span { border-color: rgb(194,202,178); }
td.TdClassName
{
border-color: #C2CAB2;
}
.TagClassName
{
border-color: #C2CAB2;
}
</style>