Shades of Pale Leaf #C6CDAF
Tints of Pale Leaf #C6CDAF
RGB
CMYK
RGB Variations
Color information
#C6CDAF (or 0xC6CDAF) is known color: Pale Leaf. HEX triplet: C6, CD and AF. RGB value is (198,205,175). Sum of RGB (Red+Green+Blue) = 198+205+175=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CDAF is #393250. Grayscale: #C7C7C7. Windows color (decimal): -3748433 or 11521478. OLE color: 11521478.
HSL color Cylindrical-coordinate representation of color #C6CDAF: hue angle of 74º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CDAF is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 205 | 175 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.20 |
| HSL | 74º | 0.23% | 0.75% | - |
| HSV(B) | 74º | 0.15% | 0.8% | - |
| XYZ | 52.86 | 58.76 | 49.11 | - |
| YUV | 199.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 175 | 0.03 | 0 | 0.15 | 0.20 | 74 | 0.23 | 0.75 |
| Hex | C6 | CD | AF | 3 | 0 | F | 14 | 4A | 17 | 4B |
| Octal | 306 | 315 | 257 | 3 | 0 | 17 | 24 | 112 | 27 | 113 |
| Binary | 11000110 | 11001101 | 10101111 | 11 | 0 | 1111 | 10100 | 1001010 | 10111 | 1001011 |
Color Harmonies of #C6CDAF
Complementary color
Monochromatic Colors of #C6CDAF
Black with #C6CDAF
Text Example
Text Example
White with #C6CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDAF; }
p { color: rgb(198,205,175); }
H1.HeaderClassName
{
color: #C6CDAF;
}
.AnyTagClassName
{
color: #C6CDAF;
}
</style>
background-color css
<style>
a { background-color: #C6CDAF; }
a { background-color: rgb(198,205,175); }
div.DivClassName
{
background-color: #C6CDAF;
}
.BgClassName
{
background-color: #C6CDAF;
}
</style>
border-color css
<style>
span { border-color: #C6CDAF; }
span { border-color: rgb(198,205,175); }
td.TdClassName
{
border-color: #C6CDAF;
}
.TagClassName
{
border-color: #C6CDAF;
}
</style>