Shades of Pale Leaf #C1CCAA
Tints of Pale Leaf #C1CCAA
RGB
CMYK
RGB Variations
Color information
#C1CCAA (or 0xC1CCAA) is known color: Pale Leaf. HEX triplet: C1, CC and AA. RGB value is (193,204,170). Sum of RGB (Red+Green+Blue) = 193+204+170=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CCAA is #3E3355. Grayscale: #C4C4C4. Windows color (decimal): -4076374 or 11193537. OLE color: 11193537.
HSL color Cylindrical-coordinate representation of color #C1CCAA: hue angle of 79.41º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1CCAA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 193 | 204 | 170 | - |
CMYK | 0.05 | 0 | 0.17 | 0.2 |
HSL | 79.41º | 0.25% | 0.73% | - |
HSV(B) | 79.41º | 0.17% | 0.8% | - |
XYZ | 50.84 | 57.43 | 46.43 | - |
YUV | 196.84 | 112.86 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 204 | 170 | 0.05 | 0 | 0.17 | 0.2 | 79.41 | 0.25 | 0.73 |
Hex | C1 | CC | AA | 5 | 0 | 11 | 14 | 4F | 19 | 49 |
Octal | 301 | 314 | 252 | 5 | 0 | 21 | 24 | 117 | 31 | 111 |
Binary | 11000001 | 11001100 | 10101010 | 101 | 0 | 10001 | 10100 | 1001111 | 11001 | 1001001 |
Color Harmonies of #C1CCAA
Complementary color
Monochromatic Colors of #C1CCAA
Black with #C1CCAA
Text Example
Text Example
White with #C1CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCAA; }
p { color: rgb(193,204,170); }
H1.HeaderClassName
{
color: #C1CCAA;
}
.AnyTagClassName
{
color: #C1CCAA;
}
</style>
background-color css
<style>
a { background-color: #C1CCAA; }
a { background-color: rgb(193,204,170); }
div.DivClassName
{
background-color: #C1CCAA;
}
.BgClassName
{
background-color: #C1CCAA;
}
</style>
border-color css
<style>
span { border-color: #C1CCAA; }
span { border-color: rgb(193,204,170); }
td.TdClassName
{
border-color: #C1CCAA;
}
.TagClassName
{
border-color: #C1CCAA;
}
</style>