Shades of Pale Leaf #C1CCA0
Tints of Pale Leaf #C1CCA0
RGB
CMYK
RGB Variations
Color information
#C1CCA0 (or 0xC1CCA0) is known color: Pale Leaf. HEX triplet: C1, CC and A0. RGB value is (193,204,160). Sum of RGB (Red+Green+Blue) = 193+204+160=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCA0 is #3E335F. Grayscale: #C3C3C3. Windows color (decimal): -4076384 or 10538177. OLE color: 10538177.
HSL color Cylindrical-coordinate representation of color #C1CCA0: hue angle of 75º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1CCA0 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 160 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.2 |
| HSL | 75º | 0.3% | 0.71% | - |
| HSV(B) | 75º | 0.22% | 0.8% | - |
| XYZ | 49.93 | 57.06 | 41.64 | - |
| YUV | 195.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 160 | 0.05 | 0 | 0.22 | 0.2 | 75 | 0.3 | 0.71 |
| Hex | C1 | CC | A0 | 5 | 0 | 16 | 14 | 4B | 1E | 47 |
| Octal | 301 | 314 | 240 | 5 | 0 | 26 | 24 | 113 | 36 | 107 |
| Binary | 11000001 | 11001100 | 10100000 | 101 | 0 | 10110 | 10100 | 1001011 | 11110 | 1000111 |
Color Harmonies of #C1CCA0
Complementary color
Monochromatic Colors of #C1CCA0
Black with #C1CCA0
Text Example
Text Example
White with #C1CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCA0; }
p { color: rgb(193,204,160); }
H1.HeaderClassName
{
color: #C1CCA0;
}
.AnyTagClassName
{
color: #C1CCA0;
}
</style>
background-color css
<style>
a { background-color: #C1CCA0; }
a { background-color: rgb(193,204,160); }
div.DivClassName
{
background-color: #C1CCA0;
}
.BgClassName
{
background-color: #C1CCA0;
}
</style>
border-color css
<style>
span { border-color: #C1CCA0; }
span { border-color: rgb(193,204,160); }
td.TdClassName
{
border-color: #C1CCA0;
}
.TagClassName
{
border-color: #C1CCA0;
}
</style>