Shades of Pale Leaf #C3CEAC
Tints of Pale Leaf #C3CEAC
RGB
CMYK
RGB Variations
Color information
#C3CEAC (or 0xC3CEAC) is known color: Pale Leaf. HEX triplet: C3, CE and AC. RGB value is (195,206,172). Sum of RGB (Red+Green+Blue) = 195+206+172=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEAC is #3C3153. Grayscale: #C6C6C6. Windows color (decimal): -3944788 or 11325123. OLE color: 11325123.
HSL color Cylindrical-coordinate representation of color #C3CEAC: hue angle of 79.41º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3CEAC is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 172 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.19 |
| HSL | 79.41º | 0.26% | 0.74% | - |
| HSV(B) | 79.41º | 0.17% | 0.81% | - |
| XYZ | 52.02 | 58.72 | 47.62 | - |
| YUV | 198.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 172 | 0.05 | 0 | 0.17 | 0.19 | 79.41 | 0.26 | 0.74 |
| Hex | C3 | CE | AC | 5 | 0 | 11 | 13 | 4F | 1A | 4A |
| Octal | 303 | 316 | 254 | 5 | 0 | 21 | 23 | 117 | 32 | 112 |
| Binary | 11000011 | 11001110 | 10101100 | 101 | 0 | 10001 | 10011 | 1001111 | 11010 | 1001010 |
Color Harmonies of #C3CEAC
Complementary color
Monochromatic Colors of #C3CEAC
Black with #C3CEAC
Text Example
Text Example
White with #C3CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEAC; }
p { color: rgb(195,206,172); }
H1.HeaderClassName
{
color: #C3CEAC;
}
.AnyTagClassName
{
color: #C3CEAC;
}
</style>
background-color css
<style>
a { background-color: #C3CEAC; }
a { background-color: rgb(195,206,172); }
div.DivClassName
{
background-color: #C3CEAC;
}
.BgClassName
{
background-color: #C3CEAC;
}
</style>
border-color css
<style>
span { border-color: #C3CEAC; }
span { border-color: rgb(195,206,172); }
td.TdClassName
{
border-color: #C3CEAC;
}
.TagClassName
{
border-color: #C3CEAC;
}
</style>