Shades of Pale Leaf #C1CAA3
Tints of Pale Leaf #C1CAA3
RGB
CMYK
RGB Variations
Color information
#C1CAA3 (or 0xC1CAA3) is known color: Pale Leaf. HEX triplet: C1, CA and A3. RGB value is (193,202,163). Sum of RGB (Red+Green+Blue) = 193+202+163=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 163 (64.06% from 255 or 29.21% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAA3 is #3E355C. Grayscale: #C3C3C3. Windows color (decimal): -4076893 or 10734273. OLE color: 10734273.
HSL color Cylindrical-coordinate representation of color #C1CAA3: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CAA3 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 163 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.21 |
| HSL | 73.85º | 0.27% | 0.72% | - |
| HSV(B) | 73.85º | 0.19% | 0.79% | - |
| XYZ | 49.72 | 56.22 | 42.88 | - |
| YUV | 194.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 163 | 0.04 | 0 | 0.19 | 0.21 | 73.85 | 0.27 | 0.72 |
| Hex | C1 | CA | A3 | 4 | 0 | 13 | 15 | 4A | 1B | 48 |
| Octal | 301 | 312 | 243 | 4 | 0 | 23 | 25 | 112 | 33 | 110 |
| Binary | 11000001 | 11001010 | 10100011 | 100 | 0 | 10011 | 10101 | 1001010 | 11011 | 1001000 |
Color Harmonies of #C1CAA3
Complementary color
Monochromatic Colors of #C1CAA3
Black with #C1CAA3
Text Example
Text Example
White with #C1CAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAA3; }
p { color: rgb(193,202,163); }
H1.HeaderClassName
{
color: #C1CAA3;
}
.AnyTagClassName
{
color: #C1CAA3;
}
</style>
background-color css
<style>
a { background-color: #C1CAA3; }
a { background-color: rgb(193,202,163); }
div.DivClassName
{
background-color: #C1CAA3;
}
.BgClassName
{
background-color: #C1CAA3;
}
</style>
border-color css
<style>
span { border-color: #C1CAA3; }
span { border-color: rgb(193,202,163); }
td.TdClassName
{
border-color: #C1CAA3;
}
.TagClassName
{
border-color: #C1CAA3;
}
</style>