Shades of Pale Leaf #C5CCB1
Tints of Pale Leaf #C5CCB1
RGB
CMYK
RGB Variations
Color information
#C5CCB1 (or 0xC5CCB1) is known color: Pale Leaf. HEX triplet: C5, CC and B1. RGB value is (197,204,177). Sum of RGB (Red+Green+Blue) = 197+204+177=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCB1 is #3A334E. Grayscale: #C6C6C6. Windows color (decimal): -3814223 or 11652293. OLE color: 11652293.
HSL color Cylindrical-coordinate representation of color #C5CCB1: hue angle of 75.56º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5CCB1 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 177 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.2 |
| HSL | 75.56º | 0.21% | 0.75% | - |
| HSV(B) | 75.56º | 0.13% | 0.8% | - |
| XYZ | 52.55 | 58.23 | 50.06 | - |
| YUV | 198.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 177 | 0.03 | 0 | 0.13 | 0.2 | 75.56 | 0.21 | 0.75 |
| Hex | C5 | CC | B1 | 3 | 0 | D | 14 | 4C | 15 | 4B |
| Octal | 305 | 314 | 261 | 3 | 0 | 15 | 24 | 114 | 25 | 113 |
| Binary | 11000101 | 11001100 | 10110001 | 11 | 0 | 1101 | 10100 | 1001100 | 10101 | 1001011 |
Color Harmonies of #C5CCB1
Complementary color
Monochromatic Colors of #C5CCB1
Black with #C5CCB1
Text Example
Text Example
White with #C5CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCB1; }
p { color: rgb(197,204,177); }
H1.HeaderClassName
{
color: #C5CCB1;
}
.AnyTagClassName
{
color: #C5CCB1;
}
</style>
background-color css
<style>
a { background-color: #C5CCB1; }
a { background-color: rgb(197,204,177); }
div.DivClassName
{
background-color: #C5CCB1;
}
.BgClassName
{
background-color: #C5CCB1;
}
</style>
border-color css
<style>
span { border-color: #C5CCB1; }
span { border-color: rgb(197,204,177); }
td.TdClassName
{
border-color: #C5CCB1;
}
.TagClassName
{
border-color: #C5CCB1;
}
</style>