Shades of Pale Leaf #C2CAA6
Tints of Pale Leaf #C2CAA6
RGB
CMYK
RGB Variations
Color information
#C2CAA6 (or 0xC2CAA6) is known color: Pale Leaf. HEX triplet: C2, CA and A6. RGB value is (194,202,166). Sum of RGB (Red+Green+Blue) = 194+202+166=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CAA6 is #3D3559. Grayscale: #C3C3C3. Windows color (decimal): -4011354 or 10930882. OLE color: 10930882.
HSL color Cylindrical-coordinate representation of color #C2CAA6: hue angle of 73.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2CAA6 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 166 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.21 |
| HSL | 73.33º | 0.25% | 0.72% | - |
| HSV(B) | 73.33º | 0.18% | 0.79% | - |
| XYZ | 50.25 | 56.46 | 44.33 | - |
| YUV | 195.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 166 | 0.04 | 0 | 0.18 | 0.21 | 73.33 | 0.25 | 0.72 |
| Hex | C2 | CA | A6 | 4 | 0 | 12 | 15 | 49 | 19 | 48 |
| Octal | 302 | 312 | 246 | 4 | 0 | 22 | 25 | 111 | 31 | 110 |
| Binary | 11000010 | 11001010 | 10100110 | 100 | 0 | 10010 | 10101 | 1001001 | 11001 | 1001000 |
Color Harmonies of #C2CAA6
Complementary color
Monochromatic Colors of #C2CAA6
Black with #C2CAA6
Text Example
Text Example
White with #C2CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CAA6; }
p { color: rgb(194,202,166); }
H1.HeaderClassName
{
color: #C2CAA6;
}
.AnyTagClassName
{
color: #C2CAA6;
}
</style>
background-color css
<style>
a { background-color: #C2CAA6; }
a { background-color: rgb(194,202,166); }
div.DivClassName
{
background-color: #C2CAA6;
}
.BgClassName
{
background-color: #C2CAA6;
}
</style>
border-color css
<style>
span { border-color: #C2CAA6; }
span { border-color: rgb(194,202,166); }
td.TdClassName
{
border-color: #C2CAA6;
}
.TagClassName
{
border-color: #C2CAA6;
}
</style>