Shades of Pale Leaf #C4CCA9
Tints of Pale Leaf #C4CCA9
RGB
CMYK
RGB Variations
Color information
#C4CCA9 (or 0xC4CCA9) is known color: Pale Leaf. HEX triplet: C4, CC and A9. RGB value is (196,204,169). Sum of RGB (Red+Green+Blue) = 196+204+169=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCA9 is #3B3356. Grayscale: #C5C5C5. Windows color (decimal): -3879767 or 11128004. OLE color: 11128004.
HSL color Cylindrical-coordinate representation of color #C4CCA9: hue angle of 73.71º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4CCA9 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 169 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.2 |
| HSL | 73.71º | 0.26% | 0.73% | - |
| HSV(B) | 73.71º | 0.17% | 0.8% | - |
| XYZ | 51.52 | 57.79 | 45.97 | - |
| YUV | 197.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 169 | 0.04 | 0 | 0.17 | 0.2 | 73.71 | 0.26 | 0.73 |
| Hex | C4 | CC | A9 | 4 | 0 | 11 | 14 | 4A | 1A | 49 |
| Octal | 304 | 314 | 251 | 4 | 0 | 21 | 24 | 112 | 32 | 111 |
| Binary | 11000100 | 11001100 | 10101001 | 100 | 0 | 10001 | 10100 | 1001010 | 11010 | 1001001 |
Color Harmonies of #C4CCA9
Complementary color
Monochromatic Colors of #C4CCA9
Black with #C4CCA9
Text Example
Text Example
White with #C4CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCA9; }
p { color: rgb(196,204,169); }
H1.HeaderClassName
{
color: #C4CCA9;
}
.AnyTagClassName
{
color: #C4CCA9;
}
</style>
background-color css
<style>
a { background-color: #C4CCA9; }
a { background-color: rgb(196,204,169); }
div.DivClassName
{
background-color: #C4CCA9;
}
.BgClassName
{
background-color: #C4CCA9;
}
</style>
border-color css
<style>
span { border-color: #C4CCA9; }
span { border-color: rgb(196,204,169); }
td.TdClassName
{
border-color: #C4CCA9;
}
.TagClassName
{
border-color: #C4CCA9;
}
</style>