Shades of Pale Leaf #C2CCAF
Tints of Pale Leaf #C2CCAF
RGB
CMYK
RGB Variations
Color information
#C2CCAF (or 0xC2CCAF) is known color: Pale Leaf. HEX triplet: C2, CC and AF. RGB value is (194,204,175). Sum of RGB (Red+Green+Blue) = 194+204+175=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAF is #3D3350. Grayscale: #C5C5C5. Windows color (decimal): -4010833 or 11521218. OLE color: 11521218.
HSL color Cylindrical-coordinate representation of color #C2CCAF: hue angle of 80.69º 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 #C2CCAF is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 175 | - |
| CMYK | 0.05 | 0 | 0.14 | 0.2 |
| HSL | 80.69º | 0.22% | 0.74% | - |
| HSV(B) | 80.69º | 0.14% | 0.8% | - |
| XYZ | 51.58 | 57.75 | 48.99 | - |
| YUV | 197.7 | 115.19 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 175 | 0.05 | 0 | 0.14 | 0.2 | 80.69 | 0.22 | 0.74 |
| Hex | C2 | CC | AF | 5 | 0 | E | 14 | 51 | 16 | 4A |
| Octal | 302 | 314 | 257 | 5 | 0 | 16 | 24 | 121 | 26 | 112 |
| Binary | 11000010 | 11001100 | 10101111 | 101 | 0 | 1110 | 10100 | 1010001 | 10110 | 1001010 |
Color Harmonies of #C2CCAF
Complementary color
Monochromatic Colors of #C2CCAF
Black with #C2CCAF
Text Example
Text Example
White with #C2CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCAF; }
p { color: rgb(194,204,175); }
H1.HeaderClassName
{
color: #C2CCAF;
}
.AnyTagClassName
{
color: #C2CCAF;
}
</style>
background-color css
<style>
a { background-color: #C2CCAF; }
a { background-color: rgb(194,204,175); }
div.DivClassName
{
background-color: #C2CCAF;
}
.BgClassName
{
background-color: #C2CCAF;
}
</style>
border-color css
<style>
span { border-color: #C2CCAF; }
span { border-color: rgb(194,204,175); }
td.TdClassName
{
border-color: #C2CCAF;
}
.TagClassName
{
border-color: #C2CCAF;
}
</style>