Shades of Pale Leaf #C4CCAA
Tints of Pale Leaf #C4CCAA
RGB
CMYK
RGB Variations
Color information
#C4CCAA (or 0xC4CCAA) is known color: Pale Leaf. HEX triplet: C4, CC and AA. RGB value is (196,204,170). Sum of RGB (Red+Green+Blue) = 196+204+170=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAA is #3B3355. Grayscale: #C5C5C5. Windows color (decimal): -3879766 or 11193540. OLE color: 11193540.
HSL color Cylindrical-coordinate representation of color #C4CCAA: hue angle of 74.12º degrees, saturation: 0.25, 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 #C4CCAA is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 204 | 170 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.2 |
| HSL | 74.12º | 0.25% | 0.73% | - |
| HSV(B) | 74.12º | 0.17% | 0.8% | - |
| XYZ | 51.61 | 57.82 | 46.47 | - |
| YUV | 197.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 170 | 0.04 | 0 | 0.17 | 0.2 | 74.12 | 0.25 | 0.73 |
| Hex | C4 | CC | AA | 4 | 0 | 11 | 14 | 4A | 19 | 49 |
| Octal | 304 | 314 | 252 | 4 | 0 | 21 | 24 | 112 | 31 | 111 |
| Binary | 11000100 | 11001100 | 10101010 | 100 | 0 | 10001 | 10100 | 1001010 | 11001 | 1001001 |
Color Harmonies of #C4CCAA
Complementary color
Monochromatic Colors of #C4CCAA
Black with #C4CCAA
Text Example
Text Example
White with #C4CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCAA; }
p { color: rgb(196,204,170); }
H1.HeaderClassName
{
color: #C4CCAA;
}
.AnyTagClassName
{
color: #C4CCAA;
}
</style>
background-color css
<style>
a { background-color: #C4CCAA; }
a { background-color: rgb(196,204,170); }
div.DivClassName
{
background-color: #C4CCAA;
}
.BgClassName
{
background-color: #C4CCAA;
}
</style>
border-color css
<style>
span { border-color: #C4CCAA; }
span { border-color: rgb(196,204,170); }
td.TdClassName
{
border-color: #C4CCAA;
}
.TagClassName
{
border-color: #C4CCAA;
}
</style>