Shades of Pale Leaf #C1CEA2
Tints of Pale Leaf #C1CEA2
RGB
CMYK
RGB Variations
Color information
#C1CEA2 (or 0xC1CEA2) is known color: Pale Leaf. HEX triplet: C1, CE and A2. RGB value is (193,206,162). Sum of RGB (Red+Green+Blue) = 193+206+162=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 162 (63.67% from 255 or 28.88% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CEA2 is #3E315D. Grayscale: #C5C5C5. Windows color (decimal): -4075870 or 10669761. OLE color: 10669761.
HSL color Cylindrical-coordinate representation of color #C1CEA2: hue angle of 77.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CEA2 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 162 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.19 |
| HSL | 77.73º | 0.31% | 0.72% | - |
| HSV(B) | 77.73º | 0.21% | 0.81% | - |
| XYZ | 50.59 | 58.09 | 42.73 | - |
| YUV | 197.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 162 | 0.06 | 0 | 0.21 | 0.19 | 77.73 | 0.31 | 0.72 |
| Hex | C1 | CE | A2 | 6 | 0 | 15 | 13 | 4E | 1F | 48 |
| Octal | 301 | 316 | 242 | 6 | 0 | 25 | 23 | 116 | 37 | 110 |
| Binary | 11000001 | 11001110 | 10100010 | 110 | 0 | 10101 | 10011 | 1001110 | 11111 | 1001000 |
Color Harmonies of #C1CEA2
Complementary color
Monochromatic Colors of #C1CEA2
Black with #C1CEA2
Text Example
Text Example
White with #C1CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CEA2; }
p { color: rgb(193,206,162); }
H1.HeaderClassName
{
color: #C1CEA2;
}
.AnyTagClassName
{
color: #C1CEA2;
}
</style>
background-color css
<style>
a { background-color: #C1CEA2; }
a { background-color: rgb(193,206,162); }
div.DivClassName
{
background-color: #C1CEA2;
}
.BgClassName
{
background-color: #C1CEA2;
}
</style>
border-color css
<style>
span { border-color: #C1CEA2; }
span { border-color: rgb(193,206,162); }
td.TdClassName
{
border-color: #C1CEA2;
}
.TagClassName
{
border-color: #C1CEA2;
}
</style>