Shades of Pale Leaf #C1CAA5
Tints of Pale Leaf #C1CAA5
RGB
CMYK
RGB Variations
Color information
#C1CAA5 (or 0xC1CAA5) is known color: Pale Leaf. HEX triplet: C1, CA and A5. RGB value is (193,202,165). Sum of RGB (Red+Green+Blue) = 193+202+165=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CAA5 is #3E355A. Grayscale: #C3C3C3. Windows color (decimal): -4076891 or 10865345. OLE color: 10865345.
HSL color Cylindrical-coordinate representation of color #C1CAA5: hue angle of 74.59º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 202 | 165 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.21 |
| HSL | 74.59º | 0.26% | 0.72% | - |
| HSV(B) | 74.59º | 0.18% | 0.79% | - |
| XYZ | 49.9 | 56.3 | 43.83 | - |
| YUV | 195.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 202 | 165 | 0.04 | 0 | 0.18 | 0.21 | 74.59 | 0.26 | 0.72 |
| Hex | C1 | CA | A5 | 4 | 0 | 12 | 15 | 4B | 1A | 48 |
| Octal | 301 | 312 | 245 | 4 | 0 | 22 | 25 | 113 | 32 | 110 |
| Binary | 11000001 | 11001010 | 10100101 | 100 | 0 | 10010 | 10101 | 1001011 | 11010 | 1001000 |
Color Harmonies of #C1CAA5
Complementary color
Monochromatic Colors of #C1CAA5
Black with #C1CAA5
Text Example
Text Example
White with #C1CAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CAA5; }
p { color: rgb(193,202,165); }
H1.HeaderClassName
{
color: #C1CAA5;
}
.AnyTagClassName
{
color: #C1CAA5;
}
</style>
background-color css
<style>
a { background-color: #C1CAA5; }
a { background-color: rgb(193,202,165); }
div.DivClassName
{
background-color: #C1CAA5;
}
.BgClassName
{
background-color: #C1CAA5;
}
</style>
border-color css
<style>
span { border-color: #C1CAA5; }
span { border-color: rgb(193,202,165); }
td.TdClassName
{
border-color: #C1CAA5;
}
.TagClassName
{
border-color: #C1CAA5;
}
</style>