Shades of Pale Leaf #C3CEA0
Tints of Pale Leaf #C3CEA0
RGB
CMYK
RGB Variations
Color information
#C3CEA0 (or 0xC3CEA0) is known color: Pale Leaf. HEX triplet: C3, CE and A0. RGB value is (195,206,160). Sum of RGB (Red+Green+Blue) = 195+206+160=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA0 is #3C315F. Grayscale: #C5C5C5. Windows color (decimal): -3944800 or 10538691. OLE color: 10538691.
HSL color Cylindrical-coordinate representation of color #C3CEA0: hue angle of 74.35º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3CEA0 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 160 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.19 |
| HSL | 74.35º | 0.32% | 0.72% | - |
| HSV(B) | 74.35º | 0.22% | 0.81% | - |
| XYZ | 50.92 | 58.28 | 41.82 | - |
| YUV | 197.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 160 | 0.05 | 0 | 0.22 | 0.19 | 74.35 | 0.32 | 0.72 |
| Hex | C3 | CE | A0 | 5 | 0 | 16 | 13 | 4A | 20 | 48 |
| Octal | 303 | 316 | 240 | 5 | 0 | 26 | 23 | 112 | 40 | 110 |
| Binary | 11000011 | 11001110 | 10100000 | 101 | 0 | 10110 | 10011 | 1001010 | 100000 | 1001000 |
Color Harmonies of #C3CEA0
Complementary color
Monochromatic Colors of #C3CEA0
Black with #C3CEA0
Text Example
Text Example
White with #C3CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEA0; }
p { color: rgb(195,206,160); }
H1.HeaderClassName
{
color: #C3CEA0;
}
.AnyTagClassName
{
color: #C3CEA0;
}
</style>
background-color css
<style>
a { background-color: #C3CEA0; }
a { background-color: rgb(195,206,160); }
div.DivClassName
{
background-color: #C3CEA0;
}
.BgClassName
{
background-color: #C3CEA0;
}
</style>
border-color css
<style>
span { border-color: #C3CEA0; }
span { border-color: rgb(195,206,160); }
td.TdClassName
{
border-color: #C3CEA0;
}
.TagClassName
{
border-color: #C3CEA0;
}
</style>