Shades of Pale Leaf #C5CCB0
Tints of Pale Leaf #C5CCB0
RGB
CMYK
RGB Variations
Color information
#C5CCB0 (or 0xC5CCB0) is known color: Pale Leaf. HEX triplet: C5, CC and B0. RGB value is (197,204,176). Sum of RGB (Red+Green+Blue) = 197+204+176=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCB0 is #3A334F. Grayscale: #C6C6C6. Windows color (decimal): -3814224 or 11586757. OLE color: 11586757.
HSL color Cylindrical-coordinate representation of color #C5CCB0: hue angle of 75º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CCB0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 176 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.2 |
| HSL | 75º | 0.22% | 0.75% | - |
| HSV(B) | 75º | 0.14% | 0.8% | - |
| XYZ | 52.46 | 58.19 | 49.54 | - |
| YUV | 198.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 176 | 0.03 | 0 | 0.14 | 0.2 | 75 | 0.22 | 0.75 |
| Hex | C5 | CC | B0 | 3 | 0 | E | 14 | 4B | 16 | 4B |
| Octal | 305 | 314 | 260 | 3 | 0 | 16 | 24 | 113 | 26 | 113 |
| Binary | 11000101 | 11001100 | 10110000 | 11 | 0 | 1110 | 10100 | 1001011 | 10110 | 1001011 |
Color Harmonies of #C5CCB0
Complementary color
Monochromatic Colors of #C5CCB0
Black with #C5CCB0
Text Example
Text Example
White with #C5CCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCB0; }
p { color: rgb(197,204,176); }
H1.HeaderClassName
{
color: #C5CCB0;
}
.AnyTagClassName
{
color: #C5CCB0;
}
</style>
background-color css
<style>
a { background-color: #C5CCB0; }
a { background-color: rgb(197,204,176); }
div.DivClassName
{
background-color: #C5CCB0;
}
.BgClassName
{
background-color: #C5CCB0;
}
</style>
border-color css
<style>
span { border-color: #C5CCB0; }
span { border-color: rgb(197,204,176); }
td.TdClassName
{
border-color: #C5CCB0;
}
.TagClassName
{
border-color: #C5CCB0;
}
</style>