Shades of Pale Leaf #C3D2AA
Tints of Pale Leaf #C3D2AA
RGB
CMYK
RGB Variations
Color information
#C3D2AA (or 0xC3D2AA) is known color: Pale Leaf. HEX triplet: C3, D2 and AA. RGB value is (195,210,170). Sum of RGB (Red+Green+Blue) = 195+210+170=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D2AA is #3C2D55. Grayscale: #C9C9C9. Windows color (decimal): -3943766 or 11195075. OLE color: 11195075.
HSL color Cylindrical-coordinate representation of color #C3D2AA: hue angle of 82.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3D2AA is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 210 | 170 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.18 |
| HSL | 82.5º | 0.31% | 0.75% | - |
| HSV(B) | 82.5º | 0.19% | 0.82% | - |
| XYZ | 52.81 | 60.6 | 46.94 | - |
| YUV | 200.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 210 | 170 | 0.07 | 0 | 0.19 | 0.18 | 82.5 | 0.31 | 0.75 |
| Hex | C3 | D2 | AA | 7 | 0 | 13 | 12 | 52 | 1F | 4B |
| Octal | 303 | 322 | 252 | 7 | 0 | 23 | 22 | 122 | 37 | 113 |
| Binary | 11000011 | 11010010 | 10101010 | 111 | 0 | 10011 | 10010 | 1010010 | 11111 | 1001011 |
Color Harmonies of #C3D2AA
Complementary color
Monochromatic Colors of #C3D2AA
Black with #C3D2AA
Text Example
Text Example
White with #C3D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D2AA; }
p { color: rgb(195,210,170); }
H1.HeaderClassName
{
color: #C3D2AA;
}
.AnyTagClassName
{
color: #C3D2AA;
}
</style>
background-color css
<style>
a { background-color: #C3D2AA; }
a { background-color: rgb(195,210,170); }
div.DivClassName
{
background-color: #C3D2AA;
}
.BgClassName
{
background-color: #C3D2AA;
}
</style>
border-color css
<style>
span { border-color: #C3D2AA; }
span { border-color: rgb(195,210,170); }
td.TdClassName
{
border-color: #C3D2AA;
}
.TagClassName
{
border-color: #C3D2AA;
}
</style>