Shades of Pale Leaf #C8D0AD
Tints of Pale Leaf #C8D0AD
RGB
CMYK
RGB Variations
Color information
#C8D0AD (or 0xC8D0AD) is known color: Pale Leaf. HEX triplet: C8, D0 and AD. RGB value is (200,208,173). Sum of RGB (Red+Green+Blue) = 200+208+173=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D0AD is #372F52. Grayscale: #C9C9C9. Windows color (decimal): -3616595 or 11391176. OLE color: 11391176.
HSL color Cylindrical-coordinate representation of color #C8D0AD: hue angle of 73.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8D0AD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 173 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.18 |
| HSL | 73.71º | 0.27% | 0.75% | - |
| HSV(B) | 73.71º | 0.17% | 0.82% | - |
| XYZ | 53.92 | 60.41 | 48.35 | - |
| YUV | 201.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 173 | 0.04 | 0 | 0.17 | 0.18 | 73.71 | 0.27 | 0.75 |
| Hex | C8 | D0 | AD | 4 | 0 | 11 | 12 | 4A | 1B | 4B |
| Octal | 310 | 320 | 255 | 4 | 0 | 21 | 22 | 112 | 33 | 113 |
| Binary | 11001000 | 11010000 | 10101101 | 100 | 0 | 10001 | 10010 | 1001010 | 11011 | 1001011 |
Color Harmonies of #C8D0AD
Complementary color
Monochromatic Colors of #C8D0AD
Black with #C8D0AD
Text Example
Text Example
White with #C8D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D0AD; }
p { color: rgb(200,208,173); }
H1.HeaderClassName
{
color: #C8D0AD;
}
.AnyTagClassName
{
color: #C8D0AD;
}
</style>
background-color css
<style>
a { background-color: #C8D0AD; }
a { background-color: rgb(200,208,173); }
div.DivClassName
{
background-color: #C8D0AD;
}
.BgClassName
{
background-color: #C8D0AD;
}
</style>
border-color css
<style>
span { border-color: #C8D0AD; }
span { border-color: rgb(200,208,173); }
td.TdClassName
{
border-color: #C8D0AD;
}
.TagClassName
{
border-color: #C8D0AD;
}
</style>