Shades of Pale Leaf #C4CEA2
Tints of Pale Leaf #C4CEA2
RGB
CMYK
RGB Variations
Color information
#C4CEA2 (or 0xC4CEA2) is known color: Pale Leaf. HEX triplet: C4, CE and A2. RGB value is (196,206,162). Sum of RGB (Red+Green+Blue) = 196+206+162=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 162 (63.67% from 255 or 28.72% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA2 is #3B315D. Grayscale: #C6C6C6. Windows color (decimal): -3879262 or 10669764. OLE color: 10669764.
HSL color Cylindrical-coordinate representation of color #C4CEA2: hue angle of 73.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4CEA2 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 162 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.19 |
| HSL | 73.64º | 0.31% | 0.72% | - |
| HSV(B) | 73.64º | 0.21% | 0.81% | - |
| XYZ | 51.36 | 58.49 | 42.76 | - |
| YUV | 197.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 162 | 0.05 | 0 | 0.21 | 0.19 | 73.64 | 0.31 | 0.72 |
| Hex | C4 | CE | A2 | 5 | 0 | 15 | 13 | 4A | 1F | 48 |
| Octal | 304 | 316 | 242 | 5 | 0 | 25 | 23 | 112 | 37 | 110 |
| Binary | 11000100 | 11001110 | 10100010 | 101 | 0 | 10101 | 10011 | 1001010 | 11111 | 1001000 |
Color Harmonies of #C4CEA2
Complementary color
Monochromatic Colors of #C4CEA2
Black with #C4CEA2
Text Example
Text Example
White with #C4CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEA2; }
p { color: rgb(196,206,162); }
H1.HeaderClassName
{
color: #C4CEA2;
}
.AnyTagClassName
{
color: #C4CEA2;
}
</style>
background-color css
<style>
a { background-color: #C4CEA2; }
a { background-color: rgb(196,206,162); }
div.DivClassName
{
background-color: #C4CEA2;
}
.BgClassName
{
background-color: #C4CEA2;
}
</style>
border-color css
<style>
span { border-color: #C4CEA2; }
span { border-color: rgb(196,206,162); }
td.TdClassName
{
border-color: #C4CEA2;
}
.TagClassName
{
border-color: #C4CEA2;
}
</style>