Shades of Pale Leaf #C3CEA2
Tints of Pale Leaf #C3CEA2
RGB
CMYK
RGB Variations
Color information
#C3CEA2 (or 0xC3CEA2) is known color: Pale Leaf. HEX triplet: C3, CE and A2. RGB value is (195,206,162). Sum of RGB (Red+Green+Blue) = 195+206+162=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CEA2 is #3C315D. Grayscale: #C5C5C5. Windows color (decimal): -3944798 or 10669763. OLE color: 10669763.
HSL color Cylindrical-coordinate representation of color #C3CEA2: hue angle of 75º 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 #C3CEA2 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 162 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.19 |
| HSL | 75º | 0.31% | 0.72% | - |
| HSV(B) | 75º | 0.21% | 0.81% | - |
| XYZ | 51.1 | 58.35 | 42.75 | - |
| YUV | 197.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 162 | 0.05 | 0 | 0.21 | 0.19 | 75 | 0.31 | 0.72 |
| Hex | C3 | CE | A2 | 5 | 0 | 15 | 13 | 4B | 1F | 48 |
| Octal | 303 | 316 | 242 | 5 | 0 | 25 | 23 | 113 | 37 | 110 |
| Binary | 11000011 | 11001110 | 10100010 | 101 | 0 | 10101 | 10011 | 1001011 | 11111 | 1001000 |
Color Harmonies of #C3CEA2
Complementary color
Monochromatic Colors of #C3CEA2
Black with #C3CEA2
Text Example
Text Example
White with #C3CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEA2; }
p { color: rgb(195,206,162); }
H1.HeaderClassName
{
color: #C3CEA2;
}
.AnyTagClassName
{
color: #C3CEA2;
}
</style>
background-color css
<style>
a { background-color: #C3CEA2; }
a { background-color: rgb(195,206,162); }
div.DivClassName
{
background-color: #C3CEA2;
}
.BgClassName
{
background-color: #C3CEA2;
}
</style>
border-color css
<style>
span { border-color: #C3CEA2; }
span { border-color: rgb(195,206,162); }
td.TdClassName
{
border-color: #C3CEA2;
}
.TagClassName
{
border-color: #C3CEA2;
}
</style>