Shades of Pale Leaf #C4CFA2
Tints of Pale Leaf #C4CFA2
RGB
CMYK
RGB Variations
Color information
#C4CFA2 (or 0xC4CFA2) is known color: Pale Leaf. HEX triplet: C4, CF and A2. RGB value is (196,207,162). Sum of RGB (Red+Green+Blue) = 196+207+162=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFA2 is #3B305D. Grayscale: #C6C6C6. Windows color (decimal): -3879006 or 10670020. OLE color: 10670020.
HSL color Cylindrical-coordinate representation of color #C4CFA2: hue angle of 74.67º 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 #C4CFA2 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 162 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.19 |
| HSL | 74.67º | 0.32% | 0.72% | - |
| HSV(B) | 74.67º | 0.22% | 0.81% | - |
| XYZ | 51.6 | 58.97 | 42.85 | - |
| YUV | 198.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 162 | 0.05 | 0 | 0.22 | 0.19 | 74.67 | 0.32 | 0.72 |
| Hex | C4 | CF | A2 | 5 | 0 | 16 | 13 | 4B | 20 | 48 |
| Octal | 304 | 317 | 242 | 5 | 0 | 26 | 23 | 113 | 40 | 110 |
| Binary | 11000100 | 11001111 | 10100010 | 101 | 0 | 10110 | 10011 | 1001011 | 100000 | 1001000 |
Color Harmonies of #C4CFA2
Complementary color
Monochromatic Colors of #C4CFA2
Black with #C4CFA2
Text Example
Text Example
White with #C4CFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFA2; }
p { color: rgb(196,207,162); }
H1.HeaderClassName
{
color: #C4CFA2;
}
.AnyTagClassName
{
color: #C4CFA2;
}
</style>
background-color css
<style>
a { background-color: #C4CFA2; }
a { background-color: rgb(196,207,162); }
div.DivClassName
{
background-color: #C4CFA2;
}
.BgClassName
{
background-color: #C4CFA2;
}
</style>
border-color css
<style>
span { border-color: #C4CFA2; }
span { border-color: rgb(196,207,162); }
td.TdClassName
{
border-color: #C4CFA2;
}
.TagClassName
{
border-color: #C4CFA2;
}
</style>