Shades of Pale Leaf #C3CDAC
Tints of Pale Leaf #C3CDAC
RGB
CMYK
RGB Variations
Color information
#C3CDAC (or 0xC3CDAC) is known color: Pale Leaf. HEX triplet: C3, CD and AC. RGB value is (195,205,172). Sum of RGB (Red+Green+Blue) = 195+205+172=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3CDAC is #3C3253. Grayscale: #C6C6C6. Windows color (decimal): -3945044 or 11324867. OLE color: 11324867.
HSL color Cylindrical-coordinate representation of color #C3CDAC: hue angle of 78.18º degrees, saturation: 0.25, 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 #C3CDAC is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 205 | 172 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.20 |
| HSL | 78.18º | 0.25% | 0.74% | - |
| HSV(B) | 78.18º | 0.16% | 0.8% | - |
| XYZ | 51.78 | 58.24 | 47.54 | - |
| YUV | 198.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 205 | 172 | 0.05 | 0 | 0.16 | 0.20 | 78.18 | 0.25 | 0.74 |
| Hex | C3 | CD | AC | 5 | 0 | 10 | 14 | 4E | 19 | 4A |
| Octal | 303 | 315 | 254 | 5 | 0 | 20 | 24 | 116 | 31 | 112 |
| Binary | 11000011 | 11001101 | 10101100 | 101 | 0 | 10000 | 10100 | 1001110 | 11001 | 1001010 |
Color Harmonies of #C3CDAC
Complementary color
Monochromatic Colors of #C3CDAC
Black with #C3CDAC
Text Example
Text Example
White with #C3CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDAC; }
p { color: rgb(195,205,172); }
H1.HeaderClassName
{
color: #C3CDAC;
}
.AnyTagClassName
{
color: #C3CDAC;
}
</style>
background-color css
<style>
a { background-color: #C3CDAC; }
a { background-color: rgb(195,205,172); }
div.DivClassName
{
background-color: #C3CDAC;
}
.BgClassName
{
background-color: #C3CDAC;
}
</style>
border-color css
<style>
span { border-color: #C3CDAC; }
span { border-color: rgb(195,205,172); }
td.TdClassName
{
border-color: #C3CDAC;
}
.TagClassName
{
border-color: #C3CDAC;
}
</style>