Shades of Pale Leaf #C5CFA2
Tints of Pale Leaf #C5CFA2
RGB
CMYK
RGB Variations
Color information
#C5CFA2 (or 0xC5CFA2) is known color: Pale Leaf. HEX triplet: C5, CF and A2. RGB value is (197,207,162). Sum of RGB (Red+Green+Blue) = 197+207+162=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 162 (63.67% from 255 or 28.62% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFA2 is #3A305D. Grayscale: #C7C7C7. Windows color (decimal): -3813470 or 10670021. OLE color: 10670021.
HSL color Cylindrical-coordinate representation of color #C5CFA2: hue angle of 73.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5CFA2 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 207 | 162 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.19 |
| HSL | 73.33º | 0.32% | 0.72% | - |
| HSV(B) | 73.33º | 0.22% | 0.81% | - |
| XYZ | 51.86 | 59.1 | 42.86 | - |
| YUV | 198.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 207 | 162 | 0.05 | 0 | 0.22 | 0.19 | 73.33 | 0.32 | 0.72 |
| Hex | C5 | CF | A2 | 5 | 0 | 16 | 13 | 49 | 20 | 48 |
| Octal | 305 | 317 | 242 | 5 | 0 | 26 | 23 | 111 | 40 | 110 |
| Binary | 11000101 | 11001111 | 10100010 | 101 | 0 | 10110 | 10011 | 1001001 | 100000 | 1001000 |
Color Harmonies of #C5CFA2
Complementary color
Monochromatic Colors of #C5CFA2
Black with #C5CFA2
Text Example
Text Example
White with #C5CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CFA2; }
p { color: rgb(197,207,162); }
H1.HeaderClassName
{
color: #C5CFA2;
}
.AnyTagClassName
{
color: #C5CFA2;
}
</style>
background-color css
<style>
a { background-color: #C5CFA2; }
a { background-color: rgb(197,207,162); }
div.DivClassName
{
background-color: #C5CFA2;
}
.BgClassName
{
background-color: #C5CFA2;
}
</style>
border-color css
<style>
span { border-color: #C5CFA2; }
span { border-color: rgb(197,207,162); }
td.TdClassName
{
border-color: #C5CFA2;
}
.TagClassName
{
border-color: #C5CFA2;
}
</style>