Shades of Pale Leaf #C2C7B4
Tints of Pale Leaf #C2C7B4
RGB
CMYK
RGB Variations
Color information
#C2C7B4 (or 0xC2C7B4) is known color: Pale Leaf. HEX triplet: C2, C7 and B4. RGB value is (194,199,180). Sum of RGB (Red+Green+Blue) = 194+199+180=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7B4 is #3D384B. Grayscale: #C3C3C3. Windows color (decimal): -4012108 or 11847618. OLE color: 11847618.
HSL color Cylindrical-coordinate representation of color #C2C7B4: hue angle of 75.79º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2C7B4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 180 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.22 |
| HSL | 75.79º | 0.15% | 0.74% | - |
| HSV(B) | 75.79º | 0.1% | 0.78% | - |
| XYZ | 50.91 | 55.61 | 51.23 | - |
| YUV | 195.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 180 | 0.03 | 0 | 0.10 | 0.22 | 75.79 | 0.15 | 0.74 |
| Hex | C2 | C7 | B4 | 3 | 0 | A | 16 | 4C | F | 4A |
| Octal | 302 | 307 | 264 | 3 | 0 | 12 | 26 | 114 | 17 | 112 |
| Binary | 11000010 | 11000111 | 10110100 | 11 | 0 | 1010 | 10110 | 1001100 | 1111 | 1001010 |
Color Harmonies of #C2C7B4
Complementary color
Monochromatic Colors of #C2C7B4
Black with #C2C7B4
Text Example
Text Example
White with #C2C7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7B4; }
p { color: rgb(194,199,180); }
H1.HeaderClassName
{
color: #C2C7B4;
}
.AnyTagClassName
{
color: #C2C7B4;
}
</style>
background-color css
<style>
a { background-color: #C2C7B4; }
a { background-color: rgb(194,199,180); }
div.DivClassName
{
background-color: #C2C7B4;
}
.BgClassName
{
background-color: #C2C7B4;
}
</style>
border-color css
<style>
span { border-color: #C2C7B4; }
span { border-color: rgb(194,199,180); }
td.TdClassName
{
border-color: #C2C7B4;
}
.TagClassName
{
border-color: #C2C7B4;
}
</style>