Shades of Pale Leaf #C1CCA6
Tints of Pale Leaf #C1CCA6
RGB
CMYK
RGB Variations
Color information
#C1CCA6 (or 0xC1CCA6) is known color: Pale Leaf. HEX triplet: C1, CC and A6. RGB value is (193,204,166). Sum of RGB (Red+Green+Blue) = 193+204+166=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCA6 is #3E3359. Grayscale: #C4C4C4. Windows color (decimal): -4076378 or 10931393. OLE color: 10931393.
HSL color Cylindrical-coordinate representation of color #C1CCA6: hue angle of 77.37º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1CCA6 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 166 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.2 |
| HSL | 77.37º | 0.27% | 0.73% | - |
| HSV(B) | 77.37º | 0.19% | 0.8% | - |
| XYZ | 50.47 | 57.28 | 44.47 | - |
| YUV | 196.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 166 | 0.05 | 0 | 0.19 | 0.2 | 77.37 | 0.27 | 0.73 |
| Hex | C1 | CC | A6 | 5 | 0 | 13 | 14 | 4D | 1B | 49 |
| Octal | 301 | 314 | 246 | 5 | 0 | 23 | 24 | 115 | 33 | 111 |
| Binary | 11000001 | 11001100 | 10100110 | 101 | 0 | 10011 | 10100 | 1001101 | 11011 | 1001001 |
Color Harmonies of #C1CCA6
Complementary color
Monochromatic Colors of #C1CCA6
Black with #C1CCA6
Text Example
Text Example
White with #C1CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCA6; }
p { color: rgb(193,204,166); }
H1.HeaderClassName
{
color: #C1CCA6;
}
.AnyTagClassName
{
color: #C1CCA6;
}
</style>
background-color css
<style>
a { background-color: #C1CCA6; }
a { background-color: rgb(193,204,166); }
div.DivClassName
{
background-color: #C1CCA6;
}
.BgClassName
{
background-color: #C1CCA6;
}
</style>
border-color css
<style>
span { border-color: #C1CCA6; }
span { border-color: rgb(193,204,166); }
td.TdClassName
{
border-color: #C1CCA6;
}
.TagClassName
{
border-color: #C1CCA6;
}
</style>