Shades of Pale Leaf #C7CEAC
Tints of Pale Leaf #C7CEAC
RGB
CMYK
RGB Variations
Color information
#C7CEAC (or 0xC7CEAC) is known color: Pale Leaf. HEX triplet: C7, CE and AC. RGB value is (199,206,172). Sum of RGB (Red+Green+Blue) = 199+206+172=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEAC is #383153. Grayscale: #C8C8C8. Windows color (decimal): -3682644 or 11325127. OLE color: 11325127.
HSL color Cylindrical-coordinate representation of color #C7CEAC: hue angle of 72.35º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7CEAC is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
RGB | 199 | 206 | 172 | - |
CMYK | 0.03 | 0 | 0.17 | 0.19 |
HSL | 72.35º | 0.26% | 0.74% | - |
HSV(B) | 72.35º | 0.17% | 0.81% | - |
XYZ | 53.07 | 59.26 | 47.67 | - |
YUV | 200.03 | 112.18 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 206 | 172 | 0.03 | 0 | 0.17 | 0.19 | 72.35 | 0.26 | 0.74 |
Hex | C7 | CE | AC | 3 | 0 | 11 | 13 | 48 | 1A | 4A |
Octal | 307 | 316 | 254 | 3 | 0 | 21 | 23 | 110 | 32 | 112 |
Binary | 11000111 | 11001110 | 10101100 | 11 | 0 | 10001 | 10011 | 1001000 | 11010 | 1001010 |
Color Harmonies of #C7CEAC
Complementary color
Monochromatic Colors of #C7CEAC
Black with #C7CEAC
Text Example
Text Example
White with #C7CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEAC; }
p { color: rgb(199,206,172); }
H1.HeaderClassName
{
color: #C7CEAC;
}
.AnyTagClassName
{
color: #C7CEAC;
}
</style>
background-color css
<style>
a { background-color: #C7CEAC; }
a { background-color: rgb(199,206,172); }
div.DivClassName
{
background-color: #C7CEAC;
}
.BgClassName
{
background-color: #C7CEAC;
}
</style>
border-color css
<style>
span { border-color: #C7CEAC; }
span { border-color: rgb(199,206,172); }
td.TdClassName
{
border-color: #C7CEAC;
}
.TagClassName
{
border-color: #C7CEAC;
}
</style>