Shades of Pale Leaf #C5CCAF
Tints of Pale Leaf #C5CCAF
RGB
CMYK
RGB Variations
Color information
#C5CCAF (or 0xC5CCAF) is known color: Pale Leaf. HEX triplet: C5, CC and AF. RGB value is (197,204,175). Sum of RGB (Red+Green+Blue) = 197+204+175=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAF is #3A3350. Grayscale: #C6C6C6. Windows color (decimal): -3814225 or 11521221. OLE color: 11521221.
HSL color Cylindrical-coordinate representation of color #C5CCAF: hue angle of 74.48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CCAF is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 204 | 175 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.2 |
| HSL | 74.48º | 0.22% | 0.74% | - |
| HSV(B) | 74.48º | 0.14% | 0.8% | - |
| XYZ | 52.36 | 58.15 | 49.02 | - |
| YUV | 198.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 204 | 175 | 0.03 | 0 | 0.14 | 0.2 | 74.48 | 0.22 | 0.74 |
| Hex | C5 | CC | AF | 3 | 0 | E | 14 | 4A | 16 | 4A |
| Octal | 305 | 314 | 257 | 3 | 0 | 16 | 24 | 112 | 26 | 112 |
| Binary | 11000101 | 11001100 | 10101111 | 11 | 0 | 1110 | 10100 | 1001010 | 10110 | 1001010 |
Color Harmonies of #C5CCAF
Complementary color
Monochromatic Colors of #C5CCAF
Black with #C5CCAF
Text Example
Text Example
White with #C5CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CCAF; }
p { color: rgb(197,204,175); }
H1.HeaderClassName
{
color: #C5CCAF;
}
.AnyTagClassName
{
color: #C5CCAF;
}
</style>
background-color css
<style>
a { background-color: #C5CCAF; }
a { background-color: rgb(197,204,175); }
div.DivClassName
{
background-color: #C5CCAF;
}
.BgClassName
{
background-color: #C5CCAF;
}
</style>
border-color css
<style>
span { border-color: #C5CCAF; }
span { border-color: rgb(197,204,175); }
td.TdClassName
{
border-color: #C5CCAF;
}
.TagClassName
{
border-color: #C5CCAF;
}
</style>