Shades of Pale Leaf #C0CFA4
Tints of Pale Leaf #C0CFA4
RGB
CMYK
RGB Variations
Color information
#C0CFA4 (or 0xC0CFA4) is known color: Pale Leaf. HEX triplet: C0, CF and A4. RGB value is (192,207,164). Sum of RGB (Red+Green+Blue) = 192+207+164=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFA4 is #3F305B. Grayscale: #C5C5C5. Windows color (decimal): -4141148 or 10801088. OLE color: 10801088.
HSL color Cylindrical-coordinate representation of color #C0CFA4: hue angle of 80.93º 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 #C0CFA4 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 207 | 164 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.19 |
| HSL | 80.93º | 0.31% | 0.73% | - |
| HSV(B) | 80.93º | 0.21% | 0.81% | - |
| XYZ | 50.75 | 58.51 | 43.74 | - |
| YUV | 197.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 207 | 164 | 0.07 | 0 | 0.21 | 0.19 | 80.93 | 0.31 | 0.73 |
| Hex | C0 | CF | A4 | 7 | 0 | 15 | 13 | 51 | 1F | 49 |
| Octal | 300 | 317 | 244 | 7 | 0 | 25 | 23 | 121 | 37 | 111 |
| Binary | 11000000 | 11001111 | 10100100 | 111 | 0 | 10101 | 10011 | 1010001 | 11111 | 1001001 |
Color Harmonies of #C0CFA4
Complementary color
Monochromatic Colors of #C0CFA4
Black with #C0CFA4
Text Example
Text Example
White with #C0CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0CFA4; }
p { color: rgb(192,207,164); }
H1.HeaderClassName
{
color: #C0CFA4;
}
.AnyTagClassName
{
color: #C0CFA4;
}
</style>
background-color css
<style>
a { background-color: #C0CFA4; }
a { background-color: rgb(192,207,164); }
div.DivClassName
{
background-color: #C0CFA4;
}
.BgClassName
{
background-color: #C0CFA4;
}
</style>
border-color css
<style>
span { border-color: #C0CFA4; }
span { border-color: rgb(192,207,164); }
td.TdClassName
{
border-color: #C0CFA4;
}
.TagClassName
{
border-color: #C0CFA4;
}
</style>