Shades of Pale Leaf #C3D1A6
Tints of Pale Leaf #C3D1A6
RGB
CMYK
RGB Variations
Color information
#C3D1A6 (or 0xC3D1A6) is known color: Pale Leaf. HEX triplet: C3, D1 and A6. RGB value is (195,209,166). Sum of RGB (Red+Green+Blue) = 195+209+166=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 209 (82.03% from 255 or 36.67% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D1A6 is #3C2E59. Grayscale: #C8C8C8. Windows color (decimal): -3944026 or 10932675. OLE color: 10932675.
HSL color Cylindrical-coordinate representation of color #C3D1A6: hue angle of 79.53º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3D1A6 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 209 | 166 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.18 |
| HSL | 79.53º | 0.32% | 0.74% | - |
| HSV(B) | 79.53º | 0.21% | 0.82% | - |
| XYZ | 52.19 | 59.96 | 44.9 | - |
| YUV | 199.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 209 | 166 | 0.07 | 0 | 0.21 | 0.18 | 79.53 | 0.32 | 0.74 |
| Hex | C3 | D1 | A6 | 7 | 0 | 15 | 12 | 50 | 20 | 4A |
| Octal | 303 | 321 | 246 | 7 | 0 | 25 | 22 | 120 | 40 | 112 |
| Binary | 11000011 | 11010001 | 10100110 | 111 | 0 | 10101 | 10010 | 1010000 | 100000 | 1001010 |
Color Harmonies of #C3D1A6
Complementary color
Monochromatic Colors of #C3D1A6
Black with #C3D1A6
Text Example
Text Example
White with #C3D1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D1A6; }
p { color: rgb(195,209,166); }
H1.HeaderClassName
{
color: #C3D1A6;
}
.AnyTagClassName
{
color: #C3D1A6;
}
</style>
background-color css
<style>
a { background-color: #C3D1A6; }
a { background-color: rgb(195,209,166); }
div.DivClassName
{
background-color: #C3D1A6;
}
.BgClassName
{
background-color: #C3D1A6;
}
</style>
border-color css
<style>
span { border-color: #C3D1A6; }
span { border-color: rgb(195,209,166); }
td.TdClassName
{
border-color: #C3D1A6;
}
.TagClassName
{
border-color: #C3D1A6;
}
</style>