Shades of Pale Leaf #C3CEA3
Tints of Pale Leaf #C3CEA3
RGB
CMYK
RGB Variations
Color information
#C3CEA3 (or 0xC3CEA3) is known color: Pale Leaf. HEX triplet: C3, CE and A3. RGB value is (195,206,163). Sum of RGB (Red+Green+Blue) = 195+206+163=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA3 is #3C315C. Grayscale: #C5C5C5. Windows color (decimal): -3944797 or 10735299. OLE color: 10735299.
HSL color Cylindrical-coordinate representation of color #C3CEA3: hue angle of 75.35º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3CEA3 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 163 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.19 |
| HSL | 75.35º | 0.3% | 0.72% | - |
| HSV(B) | 75.35º | 0.21% | 0.81% | - |
| XYZ | 51.19 | 58.39 | 43.22 | - |
| YUV | 197.81 | 108.36 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 163 | 0.05 | 0 | 0.21 | 0.19 | 75.35 | 0.3 | 0.72 |
| Hex | C3 | CE | A3 | 5 | 0 | 15 | 13 | 4B | 1E | 48 |
| Octal | 303 | 316 | 243 | 5 | 0 | 25 | 23 | 113 | 36 | 110 |
| Binary | 11000011 | 11001110 | 10100011 | 101 | 0 | 10101 | 10011 | 1001011 | 11110 | 1001000 |
Color Harmonies of #C3CEA3
Complementary color
Monochromatic Colors of #C3CEA3
Black with #C3CEA3
Text Example
Text Example
White with #C3CEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEA3; }
p { color: rgb(195,206,163); }
H1.HeaderClassName
{
color: #C3CEA3;
}
.AnyTagClassName
{
color: #C3CEA3;
}
</style>
background-color css
<style>
a { background-color: #C3CEA3; }
a { background-color: rgb(195,206,163); }
div.DivClassName
{
background-color: #C3CEA3;
}
.BgClassName
{
background-color: #C3CEA3;
}
</style>
border-color css
<style>
span { border-color: #C3CEA3; }
span { border-color: rgb(195,206,163); }
td.TdClassName
{
border-color: #C3CEA3;
}
.TagClassName
{
border-color: #C3CEA3;
}
</style>