Shades of Pale Leaf #C1CAB2
Tints of Pale Leaf #C1CAB2
RGB
CMYK
RGB Variations
Color information
#C1CAB2 (or 0xC1CAB2) is known color: Pale Leaf. HEX triplet: C1, CA and B2. RGB value is (193,202,178). Sum of RGB (Red+Green+Blue) = 193+202+178=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAB2 is #3E354D. Grayscale: #C4C4C4. Windows color (decimal): -4076878 or 11717313. OLE color: 11717313.
HSL color Cylindrical-coordinate representation of color #C1CAB2: hue angle of 82.5º 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 #C1CAB2 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 178 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.21 |
| HSL | 82.5º | 0.18% | 0.75% | - |
| HSV(B) | 82.5º | 0.12% | 0.79% | - |
| XYZ | 51.15 | 56.79 | 50.39 | - |
| YUV | 196.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 178 | 0.04 | 0 | 0.12 | 0.21 | 82.5 | 0.18 | 0.75 |
| Hex | C1 | CA | B2 | 4 | 0 | C | 15 | 52 | 12 | 4B |
| Octal | 301 | 312 | 262 | 4 | 0 | 14 | 25 | 122 | 22 | 113 |
| Binary | 11000001 | 11001010 | 10110010 | 100 | 0 | 1100 | 10101 | 1010010 | 10010 | 1001011 |
Color Harmonies of #C1CAB2
Complementary color
Monochromatic Colors of #C1CAB2
Black with #C1CAB2
Text Example
Text Example
White with #C1CAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAB2; }
p { color: rgb(193,202,178); }
H1.HeaderClassName
{
color: #C1CAB2;
}
.AnyTagClassName
{
color: #C1CAB2;
}
</style>
background-color css
<style>
a { background-color: #C1CAB2; }
a { background-color: rgb(193,202,178); }
div.DivClassName
{
background-color: #C1CAB2;
}
.BgClassName
{
background-color: #C1CAB2;
}
</style>
border-color css
<style>
span { border-color: #C1CAB2; }
span { border-color: rgb(193,202,178); }
td.TdClassName
{
border-color: #C1CAB2;
}
.TagClassName
{
border-color: #C1CAB2;
}
</style>