Shades of Pale Leaf #C5CEAA
Tints of Pale Leaf #C5CEAA
RGB
CMYK
RGB Variations
Color information
#C5CEAA (or 0xC5CEAA) is known color: Pale Leaf. HEX triplet: C5, CE and AA. RGB value is (197,206,170). Sum of RGB (Red+Green+Blue) = 197+206+170=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEAA is #3A3155. Grayscale: #C7C7C7. Windows color (decimal): -3813718 or 11194053. OLE color: 11194053.
HSL color Cylindrical-coordinate representation of color #C5CEAA: hue angle of 75º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5CEAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 170 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.19 |
| HSL | 75º | 0.27% | 0.74% | - |
| HSV(B) | 75º | 0.17% | 0.81% | - |
| XYZ | 52.35 | 58.92 | 46.64 | - |
| YUV | 199.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 170 | 0.04 | 0 | 0.17 | 0.19 | 75 | 0.27 | 0.74 |
| Hex | C5 | CE | AA | 4 | 0 | 11 | 13 | 4B | 1B | 4A |
| Octal | 305 | 316 | 252 | 4 | 0 | 21 | 23 | 113 | 33 | 112 |
| Binary | 11000101 | 11001110 | 10101010 | 100 | 0 | 10001 | 10011 | 1001011 | 11011 | 1001010 |
Color Harmonies of #C5CEAA
Complementary color
Monochromatic Colors of #C5CEAA
Black with #C5CEAA
Text Example
Text Example
White with #C5CEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEAA; }
p { color: rgb(197,206,170); }
H1.HeaderClassName
{
color: #C5CEAA;
}
.AnyTagClassName
{
color: #C5CEAA;
}
</style>
background-color css
<style>
a { background-color: #C5CEAA; }
a { background-color: rgb(197,206,170); }
div.DivClassName
{
background-color: #C5CEAA;
}
.BgClassName
{
background-color: #C5CEAA;
}
</style>
border-color css
<style>
span { border-color: #C5CEAA; }
span { border-color: rgb(197,206,170); }
td.TdClassName
{
border-color: #C5CEAA;
}
.TagClassName
{
border-color: #C5CEAA;
}
</style>