Shades of Pale Leaf #C4CFA3
Tints of Pale Leaf #C4CFA3
RGB
CMYK
RGB Variations
Color information
#C4CFA3 (or 0xC4CFA3) is known color: Pale Leaf. HEX triplet: C4, CF and A3. RGB value is (196,207,163). Sum of RGB (Red+Green+Blue) = 196+207+163=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFA3 is #3B305C. Grayscale: #C6C6C6. Windows color (decimal): -3879005 or 10735556. OLE color: 10735556.
HSL color Cylindrical-coordinate representation of color #C4CFA3: hue angle of 75º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CFA3 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 207 | 163 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.19 |
| HSL | 75º | 0.31% | 0.73% | - |
| HSV(B) | 75º | 0.21% | 0.81% | - |
| XYZ | 51.69 | 59.01 | 43.32 | - |
| YUV | 198.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 163 | 0.05 | 0 | 0.21 | 0.19 | 75 | 0.31 | 0.73 |
| Hex | C4 | CF | A3 | 5 | 0 | 15 | 13 | 4B | 1F | 49 |
| Octal | 304 | 317 | 243 | 5 | 0 | 25 | 23 | 113 | 37 | 111 |
| Binary | 11000100 | 11001111 | 10100011 | 101 | 0 | 10101 | 10011 | 1001011 | 11111 | 1001001 |
Color Harmonies of #C4CFA3
Complementary color
Monochromatic Colors of #C4CFA3
Black with #C4CFA3
Text Example
Text Example
White with #C4CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFA3; }
p { color: rgb(196,207,163); }
H1.HeaderClassName
{
color: #C4CFA3;
}
.AnyTagClassName
{
color: #C4CFA3;
}
</style>
background-color css
<style>
a { background-color: #C4CFA3; }
a { background-color: rgb(196,207,163); }
div.DivClassName
{
background-color: #C4CFA3;
}
.BgClassName
{
background-color: #C4CFA3;
}
</style>
border-color css
<style>
span { border-color: #C4CFA3; }
span { border-color: rgb(196,207,163); }
td.TdClassName
{
border-color: #C4CFA3;
}
.TagClassName
{
border-color: #C4CFA3;
}
</style>