Shades of Pale Leaf #C2CFA4
Tints of Pale Leaf #C2CFA4
RGB
CMYK
RGB Variations
Color information
#C2CFA4 (or 0xC2CFA4) is known color: Pale Leaf. HEX triplet: C2, CF and A4. RGB value is (194,207,164). Sum of RGB (Red+Green+Blue) = 194+207+164=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CFA4 is #3D305B. Grayscale: #C6C6C6. Windows color (decimal): -4010076 or 10801090. OLE color: 10801090.
HSL color Cylindrical-coordinate representation of color #C2CFA4: hue angle of 78.14º 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 #C2CFA4 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 164 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.19 |
| HSL | 78.14º | 0.31% | 0.73% | - |
| HSV(B) | 78.14º | 0.21% | 0.81% | - |
| XYZ | 51.26 | 58.78 | 43.76 | - |
| YUV | 198.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 164 | 0.06 | 0 | 0.21 | 0.19 | 78.14 | 0.31 | 0.73 |
| Hex | C2 | CF | A4 | 6 | 0 | 15 | 13 | 4E | 1F | 49 |
| Octal | 302 | 317 | 244 | 6 | 0 | 25 | 23 | 116 | 37 | 111 |
| Binary | 11000010 | 11001111 | 10100100 | 110 | 0 | 10101 | 10011 | 1001110 | 11111 | 1001001 |
Color Harmonies of #C2CFA4
Complementary color
Monochromatic Colors of #C2CFA4
Black with #C2CFA4
Text Example
Text Example
White with #C2CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CFA4; }
p { color: rgb(194,207,164); }
H1.HeaderClassName
{
color: #C2CFA4;
}
.AnyTagClassName
{
color: #C2CFA4;
}
</style>
background-color css
<style>
a { background-color: #C2CFA4; }
a { background-color: rgb(194,207,164); }
div.DivClassName
{
background-color: #C2CFA4;
}
.BgClassName
{
background-color: #C2CFA4;
}
</style>
border-color css
<style>
span { border-color: #C2CFA4; }
span { border-color: rgb(194,207,164); }
td.TdClassName
{
border-color: #C2CFA4;
}
.TagClassName
{
border-color: #C2CFA4;
}
</style>