Shades of Pale Leaf #C2CCA7
Tints of Pale Leaf #C2CCA7
RGB
CMYK
RGB Variations
Color information
#C2CCA7 (or 0xC2CCA7) is known color: Pale Leaf. HEX triplet: C2, CC and A7. RGB value is (194,204,167). Sum of RGB (Red+Green+Blue) = 194+204+167=565 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.34% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 167 (65.62% from 255 or 29.56% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCA7 is #3D3358. Grayscale: #C4C4C4. Windows color (decimal): -4010841 or 10996930. OLE color: 10996930.
HSL color Cylindrical-coordinate representation of color #C2CCA7: hue angle of 76.22º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CCA7 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 167 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.2 |
| HSL | 76.22º | 0.27% | 0.73% | - |
| HSV(B) | 76.22º | 0.18% | 0.8% | - |
| XYZ | 50.82 | 57.45 | 44.97 | - |
| YUV | 196.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 167 | 0.05 | 0 | 0.18 | 0.2 | 76.22 | 0.27 | 0.73 |
| Hex | C2 | CC | A7 | 5 | 0 | 12 | 14 | 4C | 1B | 49 |
| Octal | 302 | 314 | 247 | 5 | 0 | 22 | 24 | 114 | 33 | 111 |
| Binary | 11000010 | 11001100 | 10100111 | 101 | 0 | 10010 | 10100 | 1001100 | 11011 | 1001001 |
Color Harmonies of #C2CCA7
Complementary color
Monochromatic Colors of #C2CCA7
Black with #C2CCA7
Text Example
Text Example
White with #C2CCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCA7; }
p { color: rgb(194,204,167); }
H1.HeaderClassName
{
color: #C2CCA7;
}
.AnyTagClassName
{
color: #C2CCA7;
}
</style>
background-color css
<style>
a { background-color: #C2CCA7; }
a { background-color: rgb(194,204,167); }
div.DivClassName
{
background-color: #C2CCA7;
}
.BgClassName
{
background-color: #C2CCA7;
}
</style>
border-color css
<style>
span { border-color: #C2CCA7; }
span { border-color: rgb(194,204,167); }
td.TdClassName
{
border-color: #C2CCA7;
}
.TagClassName
{
border-color: #C2CCA7;
}
</style>