Shades of Pale Leaf #C3CFA4
Tints of Pale Leaf #C3CFA4
RGB
CMYK
RGB Variations
Color information
#C3CFA4 (or 0xC3CFA4) is known color: Pale Leaf. HEX triplet: C3, CF and A4. RGB value is (195,207,164). Sum of RGB (Red+Green+Blue) = 195+207+164=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CFA4 is #3C305B. Grayscale: #C6C6C6. Windows color (decimal): -3944540 or 10801091. OLE color: 10801091.
HSL color Cylindrical-coordinate representation of color #C3CFA4: hue angle of 76.74º 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 #C3CFA4 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 164 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.19 |
| HSL | 76.74º | 0.31% | 0.73% | - |
| HSV(B) | 76.74º | 0.21% | 0.81% | - |
| XYZ | 51.52 | 58.91 | 43.78 | - |
| YUV | 198.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 164 | 0.06 | 0 | 0.21 | 0.19 | 76.74 | 0.31 | 0.73 |
| Hex | C3 | CF | A4 | 6 | 0 | 15 | 13 | 4D | 1F | 49 |
| Octal | 303 | 317 | 244 | 6 | 0 | 25 | 23 | 115 | 37 | 111 |
| Binary | 11000011 | 11001111 | 10100100 | 110 | 0 | 10101 | 10011 | 1001101 | 11111 | 1001001 |
Color Harmonies of #C3CFA4
Complementary color
Monochromatic Colors of #C3CFA4
Black with #C3CFA4
Text Example
Text Example
White with #C3CFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFA4; }
p { color: rgb(195,207,164); }
H1.HeaderClassName
{
color: #C3CFA4;
}
.AnyTagClassName
{
color: #C3CFA4;
}
</style>
background-color css
<style>
a { background-color: #C3CFA4; }
a { background-color: rgb(195,207,164); }
div.DivClassName
{
background-color: #C3CFA4;
}
.BgClassName
{
background-color: #C3CFA4;
}
</style>
border-color css
<style>
span { border-color: #C3CFA4; }
span { border-color: rgb(195,207,164); }
td.TdClassName
{
border-color: #C3CFA4;
}
.TagClassName
{
border-color: #C3CFA4;
}
</style>