Shades of Pale Leaf #C5CEB4
Tints of Pale Leaf #C5CEB4
RGB
CMYK
RGB Variations
Color information
#C5CEB4 (or 0xC5CEB4) is known color: Pale Leaf. HEX triplet: C5, CE and B4. RGB value is (197,206,180). Sum of RGB (Red+Green+Blue) = 197+206+180=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB4 is #3A314B. Grayscale: #C8C8C8. Windows color (decimal): -3813708 or 11849413. OLE color: 11849413.
HSL color Cylindrical-coordinate representation of color #C5CEB4: hue angle of 80.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CEB4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 206 | 180 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.19 |
| HSL | 80.77º | 0.21% | 0.76% | - |
| HSV(B) | 80.77º | 0.13% | 0.81% | - |
| XYZ | 53.34 | 59.31 | 51.82 | - |
| YUV | 200.35 | 116.52 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 206 | 180 | 0.04 | 0 | 0.13 | 0.19 | 80.77 | 0.21 | 0.76 |
| Hex | C5 | CE | B4 | 4 | 0 | D | 13 | 51 | 15 | 4C |
| Octal | 305 | 316 | 264 | 4 | 0 | 15 | 23 | 121 | 25 | 114 |
| Binary | 11000101 | 11001110 | 10110100 | 100 | 0 | 1101 | 10011 | 1010001 | 10101 | 1001100 |
Color Harmonies of #C5CEB4
Complementary color
Monochromatic Colors of #C5CEB4
Black with #C5CEB4
Text Example
Text Example
White with #C5CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEB4; }
p { color: rgb(197,206,180); }
H1.HeaderClassName
{
color: #C5CEB4;
}
.AnyTagClassName
{
color: #C5CEB4;
}
</style>
background-color css
<style>
a { background-color: #C5CEB4; }
a { background-color: rgb(197,206,180); }
div.DivClassName
{
background-color: #C5CEB4;
}
.BgClassName
{
background-color: #C5CEB4;
}
</style>
border-color css
<style>
span { border-color: #C5CEB4; }
span { border-color: rgb(197,206,180); }
td.TdClassName
{
border-color: #C5CEB4;
}
.TagClassName
{
border-color: #C5CEB4;
}
</style>