Shades of Pale Leaf #C9D6A2
Tints of Pale Leaf #C9D6A2
RGB
CMYK
RGB Variations
Color information
#C9D6A2 (or 0xC9D6A2) is known color: Pale Leaf. HEX triplet: C9, D6 and A2. RGB value is (201,214,162). Sum of RGB (Red+Green+Blue) = 201+214+162=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D6A2 is #36295D. Grayscale: #CCCCCC. Windows color (decimal): -3549534 or 10671817. OLE color: 10671817.
HSL color Cylindrical-coordinate representation of color #C9D6A2: hue angle of 75º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9D6A2 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 162 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.16 |
| HSL | 75º | 0.39% | 0.74% | - |
| HSV(B) | 75º | 0.24% | 0.84% | - |
| XYZ | 54.66 | 63.12 | 43.49 | - |
| YUV | 204.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 162 | 0.06 | 0 | 0.24 | 0.16 | 75 | 0.39 | 0.74 |
| Hex | C9 | D6 | A2 | 6 | 0 | 18 | 10 | 4B | 27 | 4A |
| Octal | 311 | 326 | 242 | 6 | 0 | 30 | 20 | 113 | 47 | 112 |
| Binary | 11001001 | 11010110 | 10100010 | 110 | 0 | 11000 | 10000 | 1001011 | 100111 | 1001010 |
Color Harmonies of #C9D6A2
Complementary color
Monochromatic Colors of #C9D6A2
Black with #C9D6A2
Text Example
Text Example
White with #C9D6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D6A2; }
p { color: rgb(201,214,162); }
H1.HeaderClassName
{
color: #C9D6A2;
}
.AnyTagClassName
{
color: #C9D6A2;
}
</style>
background-color css
<style>
a { background-color: #C9D6A2; }
a { background-color: rgb(201,214,162); }
div.DivClassName
{
background-color: #C9D6A2;
}
.BgClassName
{
background-color: #C9D6A2;
}
</style>
border-color css
<style>
span { border-color: #C9D6A2; }
span { border-color: rgb(201,214,162); }
td.TdClassName
{
border-color: #C9D6A2;
}
.TagClassName
{
border-color: #C9D6A2;
}
</style>