Shades of Pale Leaf #C2CCAB
Tints of Pale Leaf #C2CCAB
RGB
CMYK
RGB Variations
Color information
#C2CCAB (or 0xC2CCAB) is known color: Pale Leaf. HEX triplet: C2, CC and AB. RGB value is (194,204,171). Sum of RGB (Red+Green+Blue) = 194+204+171=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CCAB is #3D3354. Grayscale: #C5C5C5. Windows color (decimal): -4010837 or 11259074. OLE color: 11259074.
HSL color Cylindrical-coordinate representation of color #C2CCAB: hue angle of 78.18º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CCAB is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 171 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.2 |
| HSL | 78.18º | 0.24% | 0.74% | - |
| HSV(B) | 78.18º | 0.16% | 0.8% | - |
| XYZ | 51.19 | 57.6 | 46.95 | - |
| YUV | 197.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 171 | 0.05 | 0 | 0.16 | 0.2 | 78.18 | 0.24 | 0.74 |
| Hex | C2 | CC | AB | 5 | 0 | 10 | 14 | 4E | 18 | 4A |
| Octal | 302 | 314 | 253 | 5 | 0 | 20 | 24 | 116 | 30 | 112 |
| Binary | 11000010 | 11001100 | 10101011 | 101 | 0 | 10000 | 10100 | 1001110 | 11000 | 1001010 |
Color Harmonies of #C2CCAB
Complementary color
Monochromatic Colors of #C2CCAB
Black with #C2CCAB
Text Example
Text Example
White with #C2CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CCAB; }
p { color: rgb(194,204,171); }
H1.HeaderClassName
{
color: #C2CCAB;
}
.AnyTagClassName
{
color: #C2CCAB;
}
</style>
background-color css
<style>
a { background-color: #C2CCAB; }
a { background-color: rgb(194,204,171); }
div.DivClassName
{
background-color: #C2CCAB;
}
.BgClassName
{
background-color: #C2CCAB;
}
</style>
border-color css
<style>
span { border-color: #C2CCAB; }
span { border-color: rgb(194,204,171); }
td.TdClassName
{
border-color: #C2CCAB;
}
.TagClassName
{
border-color: #C2CCAB;
}
</style>