Shades of Pale Leaf #C2CDAA
Tints of Pale Leaf #C2CDAA
RGB
CMYK
RGB Variations
Color information
#C2CDAA (or 0xC2CDAA) is known color: Pale Leaf. HEX triplet: C2, CD and AA. RGB value is (194,205,170). Sum of RGB (Red+Green+Blue) = 194+205+170=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CDAA is #3D3255. Grayscale: #C5C5C5. Windows color (decimal): -4010582 or 11193794. OLE color: 11193794.
HSL color Cylindrical-coordinate representation of color #C2CDAA: hue angle of 78.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2CDAA is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 170 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.20 |
| HSL | 78.86º | 0.26% | 0.74% | - |
| HSV(B) | 78.86º | 0.17% | 0.8% | - |
| XYZ | 51.34 | 58.03 | 46.53 | - |
| YUV | 197.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 170 | 0.05 | 0 | 0.17 | 0.20 | 78.86 | 0.26 | 0.74 |
| Hex | C2 | CD | AA | 5 | 0 | 11 | 14 | 4F | 1A | 4A |
| Octal | 302 | 315 | 252 | 5 | 0 | 21 | 24 | 117 | 32 | 112 |
| Binary | 11000010 | 11001101 | 10101010 | 101 | 0 | 10001 | 10100 | 1001111 | 11010 | 1001010 |
Color Harmonies of #C2CDAA
Complementary color
Monochromatic Colors of #C2CDAA
Black with #C2CDAA
Text Example
Text Example
White with #C2CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CDAA; }
p { color: rgb(194,205,170); }
H1.HeaderClassName
{
color: #C2CDAA;
}
.AnyTagClassName
{
color: #C2CDAA;
}
</style>
background-color css
<style>
a { background-color: #C2CDAA; }
a { background-color: rgb(194,205,170); }
div.DivClassName
{
background-color: #C2CDAA;
}
.BgClassName
{
background-color: #C2CDAA;
}
</style>
border-color css
<style>
span { border-color: #C2CDAA; }
span { border-color: rgb(194,205,170); }
td.TdClassName
{
border-color: #C2CDAA;
}
.TagClassName
{
border-color: #C2CDAA;
}
</style>