Shades of Pale Leaf #C2CCA6
Tints of Pale Leaf #C2CCA6
RGB
CMYK
RGB Variations
Color information
#C2CCA6 (or 0xC2CCA6) is known color: Pale Leaf. HEX triplet: C2, CC and A6. RGB value is (194,204,166). Sum of RGB (Red+Green+Blue) = 194+204+166=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 166 (65.23% from 255 or 29.43% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA6 is #3D3359. Grayscale: #C4C4C4. Windows color (decimal): -4010842 or 10931394. OLE color: 10931394.
HSL color Cylindrical-coordinate representation of color #C2CCA6: hue angle of 75.79º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2CCA6 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 166 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.2 |
| HSL | 75.79º | 0.27% | 0.73% | - |
| HSV(B) | 75.79º | 0.19% | 0.8% | - |
| XYZ | 50.72 | 57.41 | 44.48 | - |
| YUV | 196.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 166 | 0.05 | 0 | 0.19 | 0.2 | 75.79 | 0.27 | 0.73 |
| Hex | C2 | CC | A6 | 5 | 0 | 13 | 14 | 4C | 1B | 49 |
| Octal | 302 | 314 | 246 | 5 | 0 | 23 | 24 | 114 | 33 | 111 |
| Binary | 11000010 | 11001100 | 10100110 | 101 | 0 | 10011 | 10100 | 1001100 | 11011 | 1001001 |
Color Harmonies of #C2CCA6
Complementary color
Monochromatic Colors of #C2CCA6
Black with #C2CCA6
Text Example
Text Example
White with #C2CCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCA6; }
p { color: rgb(194,204,166); }
H1.HeaderClassName
{
color: #C2CCA6;
}
.AnyTagClassName
{
color: #C2CCA6;
}
</style>
background-color css
<style>
a { background-color: #C2CCA6; }
a { background-color: rgb(194,204,166); }
div.DivClassName
{
background-color: #C2CCA6;
}
.BgClassName
{
background-color: #C2CCA6;
}
</style>
border-color css
<style>
span { border-color: #C2CCA6; }
span { border-color: rgb(194,204,166); }
td.TdClassName
{
border-color: #C2CCA6;
}
.TagClassName
{
border-color: #C2CCA6;
}
</style>