Shades of Pale Leaf #C2C8AF
Tints of Pale Leaf #C2C8AF
RGB
CMYK
RGB Variations
Color information
#C2C8AF (or 0xC2C8AF) is known color: Pale Leaf. HEX triplet: C2, C8 and AF. RGB value is (194,200,175). Sum of RGB (Red+Green+Blue) = 194+200+175=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 200 (78.52% from 255 or 35.15% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C8AF is #3D3750. Grayscale: #C3C3C3. Windows color (decimal): -4011857 or 11520194. OLE color: 11520194.
HSL color Cylindrical-coordinate representation of color #C2C8AF: hue angle of 74.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2C8AF is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 175 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.22 |
| HSL | 74.4º | 0.19% | 0.74% | - |
| HSV(B) | 74.4º | 0.13% | 0.78% | - |
| XYZ | 50.64 | 55.87 | 48.67 | - |
| YUV | 195.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 175 | 0.03 | 0 | 0.12 | 0.22 | 74.4 | 0.19 | 0.74 |
| Hex | C2 | C8 | AF | 3 | 0 | C | 16 | 4A | 13 | 4A |
| Octal | 302 | 310 | 257 | 3 | 0 | 14 | 26 | 112 | 23 | 112 |
| Binary | 11000010 | 11001000 | 10101111 | 11 | 0 | 1100 | 10110 | 1001010 | 10011 | 1001010 |
Color Harmonies of #C2C8AF
Complementary color
Monochromatic Colors of #C2C8AF
Black with #C2C8AF
Text Example
Text Example
White with #C2C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C8AF; }
p { color: rgb(194,200,175); }
H1.HeaderClassName
{
color: #C2C8AF;
}
.AnyTagClassName
{
color: #C2C8AF;
}
</style>
background-color css
<style>
a { background-color: #C2C8AF; }
a { background-color: rgb(194,200,175); }
div.DivClassName
{
background-color: #C2C8AF;
}
.BgClassName
{
background-color: #C2C8AF;
}
</style>
border-color css
<style>
span { border-color: #C2C8AF; }
span { border-color: rgb(194,200,175); }
td.TdClassName
{
border-color: #C2C8AF;
}
.TagClassName
{
border-color: #C2C8AF;
}
</style>