Shades of Pale Leaf #C3CEB4
Tints of Pale Leaf #C3CEB4
RGB
CMYK
RGB Variations
Color information
#C3CEB4 (or 0xC3CEB4) is known color: Pale Leaf. HEX triplet: C3, CE and B4. RGB value is (195,206,180). Sum of RGB (Red+Green+Blue) = 195+206+180=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEB4 is #3C314B. Grayscale: #C7C7C7. Windows color (decimal): -3944780 or 11849411. OLE color: 11849411.
HSL color Cylindrical-coordinate representation of color #C3CEB4: hue angle of 85.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CEB4 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 180 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.19 |
| HSL | 85.38º | 0.21% | 0.76% | - |
| HSV(B) | 85.38º | 0.13% | 0.81% | - |
| XYZ | 52.82 | 59.04 | 51.79 | - |
| YUV | 199.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 180 | 0.05 | 0 | 0.13 | 0.19 | 85.38 | 0.21 | 0.76 |
| Hex | C3 | CE | B4 | 5 | 0 | D | 13 | 55 | 15 | 4C |
| Octal | 303 | 316 | 264 | 5 | 0 | 15 | 23 | 125 | 25 | 114 |
| Binary | 11000011 | 11001110 | 10110100 | 101 | 0 | 1101 | 10011 | 1010101 | 10101 | 1001100 |
Color Harmonies of #C3CEB4
Complementary color
Monochromatic Colors of #C3CEB4
Black with #C3CEB4
Text Example
Text Example
White with #C3CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CEB4; }
p { color: rgb(195,206,180); }
H1.HeaderClassName
{
color: #C3CEB4;
}
.AnyTagClassName
{
color: #C3CEB4;
}
</style>
background-color css
<style>
a { background-color: #C3CEB4; }
a { background-color: rgb(195,206,180); }
div.DivClassName
{
background-color: #C3CEB4;
}
.BgClassName
{
background-color: #C3CEB4;
}
</style>
border-color css
<style>
span { border-color: #C3CEB4; }
span { border-color: rgb(195,206,180); }
td.TdClassName
{
border-color: #C3CEB4;
}
.TagClassName
{
border-color: #C3CEB4;
}
</style>