Shades of Pale Leaf #C5CEB5
Tints of Pale Leaf #C5CEB5
RGB
CMYK
RGB Variations
Color information
#C5CEB5 (or 0xC5CEB5) is known color: Pale Leaf. HEX triplet: C5, CE and B5. RGB value is (197,206,181). Sum of RGB (Red+Green+Blue) = 197+206+181=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB5 is #3A314A. Grayscale: #C8C8C8. Windows color (decimal): -3813707 or 11914949. OLE color: 11914949.
HSL color Cylindrical-coordinate representation of color #C5CEB5: hue angle of 81.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5CEB5 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 181 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.19 |
| HSL | 81.6º | 0.2% | 0.76% | - |
| HSV(B) | 81.6º | 0.12% | 0.81% | - |
| XYZ | 53.44 | 59.35 | 52.36 | - |
| YUV | 200.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 181 | 0.04 | 0 | 0.12 | 0.19 | 81.6 | 0.2 | 0.76 |
| Hex | C5 | CE | B5 | 4 | 0 | C | 13 | 52 | 14 | 4C |
| Octal | 305 | 316 | 265 | 4 | 0 | 14 | 23 | 122 | 24 | 114 |
| Binary | 11000101 | 11001110 | 10110101 | 100 | 0 | 1100 | 10011 | 1010010 | 10100 | 1001100 |
Color Harmonies of #C5CEB5
Complementary color
Monochromatic Colors of #C5CEB5
Black with #C5CEB5
Text Example
Text Example
White with #C5CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEB5; }
p { color: rgb(197,206,181); }
H1.HeaderClassName
{
color: #C5CEB5;
}
.AnyTagClassName
{
color: #C5CEB5;
}
</style>
background-color css
<style>
a { background-color: #C5CEB5; }
a { background-color: rgb(197,206,181); }
div.DivClassName
{
background-color: #C5CEB5;
}
.BgClassName
{
background-color: #C5CEB5;
}
</style>
border-color css
<style>
span { border-color: #C5CEB5; }
span { border-color: rgb(197,206,181); }
td.TdClassName
{
border-color: #C5CEB5;
}
.TagClassName
{
border-color: #C5CEB5;
}
</style>