Shades of Pale Leaf #C0C9B3
Tints of Pale Leaf #C0C9B3
RGB
CMYK
RGB Variations
Color information
#C0C9B3 (or 0xC0C9B3) is known color: Pale Leaf. HEX triplet: C0, C9 and B3. RGB value is (192,201,179). Sum of RGB (Red+Green+Blue) = 192+201+179=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 201 - color contains mainly: green. Hex color #C0C9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9B3 is #3F364C. Grayscale: #C3C3C3. Windows color (decimal): -4142669 or 11782592. OLE color: 11782592.
HSL color Cylindrical-coordinate representation of color #C0C9B3: hue angle of 84.55º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0C9B3 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 201 | 179 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.21 |
| HSL | 84.55º | 0.17% | 0.75% | - |
| HSV(B) | 84.55º | 0.11% | 0.79% | - |
| XYZ | 50.76 | 56.23 | 50.83 | - |
| YUV | 195.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 201 | 179 | 0.04 | 0 | 0.11 | 0.21 | 84.55 | 0.17 | 0.75 |
| Hex | C0 | C9 | B3 | 4 | 0 | B | 15 | 55 | 11 | 4B |
| Octal | 300 | 311 | 263 | 4 | 0 | 13 | 25 | 125 | 21 | 113 |
| Binary | 11000000 | 11001001 | 10110011 | 100 | 0 | 1011 | 10101 | 1010101 | 10001 | 1001011 |
Color Harmonies of #C0C9B3
Complementary color
Monochromatic Colors of #C0C9B3
Black with #C0C9B3
Text Example
Text Example
White with #C0C9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C9B3; }
p { color: rgb(192,201,179); }
H1.HeaderClassName
{
color: #C0C9B3;
}
.AnyTagClassName
{
color: #C0C9B3;
}
</style>
background-color css
<style>
a { background-color: #C0C9B3; }
a { background-color: rgb(192,201,179); }
div.DivClassName
{
background-color: #C0C9B3;
}
.BgClassName
{
background-color: #C0C9B3;
}
</style>
border-color css
<style>
span { border-color: #C0C9B3; }
span { border-color: rgb(192,201,179); }
td.TdClassName
{
border-color: #C0C9B3;
}
.TagClassName
{
border-color: #C0C9B3;
}
</style>