Shades of Lily #C7A8B8
Tints of Lily #C7A8B8
RGB
CMYK
RGB Variations
Color information
#C7A8B8 (or 0xC7A8B8) is known color: Lily. HEX triplet: C7, A8 and B8. RGB value is (199,168,184). Sum of RGB (Red+Green+Blue) = 199+168+184=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8B8 is #385747. Grayscale: #B3B3B3. Windows color (decimal): -3692360 or 12101831. OLE color: 12101831.
HSL color Cylindrical-coordinate representation of color #C7A8B8: hue angle of 329.03º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7A8B8 is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 168 | 184 | - |
CMYK | 0 | 0.16 | 0.08 | 0.22 |
HSL | 329.03º | 0.22% | 0.72% | - |
HSV(B) | 329.03º | 0.16% | 0.78% | - |
XYZ | 46.21 | 43.61 | 51.33 | - |
YUV | 179.09 | 130.77 | 142.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 168 | 184 | 0 | 0.16 | 0.08 | 0.22 | 329.03 | 0.22 | 0.72 |
Hex | C7 | A8 | B8 | 0 | 10 | 8 | 16 | 149 | 16 | 48 |
Octal | 307 | 250 | 270 | 0 | 20 | 10 | 26 | 511 | 26 | 110 |
Binary | 11000111 | 10101000 | 10111000 | 0 | 10000 | 1000 | 10110 | 101001001 | 10110 | 1001000 |
Color Harmonies of #C7A8B8
Complementary color
Monochromatic Colors of #C7A8B8
Black with #C7A8B8
Text Example
Text Example
White with #C7A8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A8B8; }
p { color: rgb(199,168,184); }
H1.HeaderClassName
{
color: #C7A8B8;
}
.AnyTagClassName
{
color: #C7A8B8;
}
</style>
background-color css
<style>
a { background-color: #C7A8B8; }
a { background-color: rgb(199,168,184); }
div.DivClassName
{
background-color: #C7A8B8;
}
.BgClassName
{
background-color: #C7A8B8;
}
</style>
border-color css
<style>
span { border-color: #C7A8B8; }
span { border-color: rgb(199,168,184); }
td.TdClassName
{
border-color: #C7A8B8;
}
.TagClassName
{
border-color: #C7A8B8;
}
</style>