Shades of Pale Leaf #C4CCB1
Tints of Pale Leaf #C4CCB1
RGB
CMYK
RGB Variations
Color information
#C4CCB1 (or 0xC4CCB1) is known color: Pale Leaf. HEX triplet: C4, CC and B1. RGB value is (196,204,177). Sum of RGB (Red+Green+Blue) = 196+204+177=577 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.97% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCB1 is #3B334E. Grayscale: #C6C6C6. Windows color (decimal): -3879759 or 11652292. OLE color: 11652292.
HSL color Cylindrical-coordinate representation of color #C4CCB1: hue angle of 77.78º 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 #C4CCB1 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 177 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.2 |
| HSL | 77.78º | 0.21% | 0.75% | - |
| HSV(B) | 77.78º | 0.13% | 0.8% | - |
| XYZ | 52.29 | 58.1 | 50.05 | - |
| YUV | 198.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 177 | 0.04 | 0 | 0.13 | 0.2 | 77.78 | 0.21 | 0.75 |
| Hex | C4 | CC | B1 | 4 | 0 | D | 14 | 4E | 15 | 4B |
| Octal | 304 | 314 | 261 | 4 | 0 | 15 | 24 | 116 | 25 | 113 |
| Binary | 11000100 | 11001100 | 10110001 | 100 | 0 | 1101 | 10100 | 1001110 | 10101 | 1001011 |
Color Harmonies of #C4CCB1
Complementary color
Monochromatic Colors of #C4CCB1
Black with #C4CCB1
Text Example
Text Example
White with #C4CCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCB1; }
p { color: rgb(196,204,177); }
H1.HeaderClassName
{
color: #C4CCB1;
}
.AnyTagClassName
{
color: #C4CCB1;
}
</style>
background-color css
<style>
a { background-color: #C4CCB1; }
a { background-color: rgb(196,204,177); }
div.DivClassName
{
background-color: #C4CCB1;
}
.BgClassName
{
background-color: #C4CCB1;
}
</style>
border-color css
<style>
span { border-color: #C4CCB1; }
span { border-color: rgb(196,204,177); }
td.TdClassName
{
border-color: #C4CCB1;
}
.TagClassName
{
border-color: #C4CCB1;
}
</style>