Shades of Pale Leaf #C3CF9D
Tints of Pale Leaf #C3CF9D
RGB
CMYK
RGB Variations
Color information
#C3CF9D (or 0xC3CF9D) is known color: Pale Leaf. HEX triplet: C3, CF and 9D. RGB value is (195,207,157). Sum of RGB (Red+Green+Blue) = 195+207+157=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #C3CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CF9D is #3C3062. Grayscale: #C5C5C5. Windows color (decimal): -3944547 or 10342339. OLE color: 10342339.
HSL color Cylindrical-coordinate representation of color #C3CF9D: hue angle of 74.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3CF9D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 207 | 157 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.19 |
| HSL | 74.4º | 0.34% | 0.71% | - |
| HSV(B) | 74.4º | 0.24% | 0.81% | - |
| XYZ | 50.9 | 58.66 | 40.54 | - |
| YUV | 197.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 157 | 0.06 | 0 | 0.24 | 0.19 | 74.4 | 0.34 | 0.71 |
| Hex | C3 | CF | 9D | 6 | 0 | 18 | 13 | 4A | 22 | 47 |
| Octal | 303 | 317 | 235 | 6 | 0 | 30 | 23 | 112 | 42 | 107 |
| Binary | 11000011 | 11001111 | 10011101 | 110 | 0 | 11000 | 10011 | 1001010 | 100010 | 1000111 |
Color Harmonies of #C3CF9D
Complementary color
Monochromatic Colors of #C3CF9D
Black with #C3CF9D
Text Example
Text Example
White with #C3CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CF9D; }
p { color: rgb(195,207,157); }
H1.HeaderClassName
{
color: #C3CF9D;
}
.AnyTagClassName
{
color: #C3CF9D;
}
</style>
background-color css
<style>
a { background-color: #C3CF9D; }
a { background-color: rgb(195,207,157); }
div.DivClassName
{
background-color: #C3CF9D;
}
.BgClassName
{
background-color: #C3CF9D;
}
</style>
border-color css
<style>
span { border-color: #C3CF9D; }
span { border-color: rgb(195,207,157); }
td.TdClassName
{
border-color: #C3CF9D;
}
.TagClassName
{
border-color: #C3CF9D;
}
</style>