Shades of Pale Leaf #C3CEB0
Tints of Pale Leaf #C3CEB0
RGB
CMYK
RGB Variations
Color information
#C3CEB0 (or 0xC3CEB0) is known color: Pale Leaf. HEX triplet: C3, CE and B0. RGB value is (195,206,176). Sum of RGB (Red+Green+Blue) = 195+206+176=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEB0 is #3C314F. Grayscale: #C7C7C7. Windows color (decimal): -3944784 or 11587267. OLE color: 11587267.
HSL color Cylindrical-coordinate representation of color #C3CEB0: hue angle of 82º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3CEB0 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 176 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.19 |
| HSL | 82º | 0.23% | 0.75% | - |
| HSV(B) | 82º | 0.15% | 0.81% | - |
| XYZ | 52.41 | 58.88 | 49.68 | - |
| YUV | 199.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 176 | 0.05 | 0 | 0.15 | 0.19 | 82 | 0.23 | 0.75 |
| Hex | C3 | CE | B0 | 5 | 0 | F | 13 | 52 | 17 | 4B |
| Octal | 303 | 316 | 260 | 5 | 0 | 17 | 23 | 122 | 27 | 113 |
| Binary | 11000011 | 11001110 | 10110000 | 101 | 0 | 1111 | 10011 | 1010010 | 10111 | 1001011 |
Color Harmonies of #C3CEB0
Complementary color
Monochromatic Colors of #C3CEB0
Black with #C3CEB0
Text Example
Text Example
White with #C3CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEB0; }
p { color: rgb(195,206,176); }
H1.HeaderClassName
{
color: #C3CEB0;
}
.AnyTagClassName
{
color: #C3CEB0;
}
</style>
background-color css
<style>
a { background-color: #C3CEB0; }
a { background-color: rgb(195,206,176); }
div.DivClassName
{
background-color: #C3CEB0;
}
.BgClassName
{
background-color: #C3CEB0;
}
</style>
border-color css
<style>
span { border-color: #C3CEB0; }
span { border-color: rgb(195,206,176); }
td.TdClassName
{
border-color: #C3CEB0;
}
.TagClassName
{
border-color: #C3CEB0;
}
</style>