Shades of Lily #C79CB6
Tints of Lily #C79CB6
RGB
CMYK
RGB Variations
Color information
#C79CB6 (or 0xC79CB6) is known color: Lily. HEX triplet: C7, 9C and B6. RGB value is (199,156,182). Sum of RGB (Red+Green+Blue) = 199+156+182=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 182 (71.48% from 255 or 33.89% from 537); Max value from RGB is 199 - color contains mainly: red. Hex color #C79CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79CB6 is #386349. Grayscale: #ABABAB. Windows color (decimal): -3695434 or 11967687. OLE color: 11967687.
HSL color Cylindrical-coordinate representation of color #C79CB6: hue angle of 323.72º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C79CB6 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 156 | 182 | - |
CMYK | 0 | 0.22 | 0.09 | 0.22 |
HSL | 323.72º | 0.28% | 0.7% | - |
HSV(B) | 323.72º | 0.22% | 0.78% | - |
XYZ | 43.89 | 39.3 | 49.53 | - |
YUV | 171.82 | 133.75 | 147.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 156 | 182 | 0 | 0.22 | 0.09 | 0.22 | 323.72 | 0.28 | 0.7 |
Hex | C7 | 9C | B6 | 0 | 16 | 9 | 16 | 144 | 1C | 46 |
Octal | 307 | 234 | 266 | 0 | 26 | 11 | 26 | 504 | 34 | 106 |
Binary | 11000111 | 10011100 | 10110110 | 0 | 10110 | 1001 | 10110 | 101000100 | 11100 | 1000110 |
Color Harmonies of #C79CB6
Complementary color
Monochromatic Colors of #C79CB6
Black with #C79CB6
Text Example
Text Example
White with #C79CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79CB6; }
p { color: rgb(199,156,182); }
H1.HeaderClassName
{
color: #C79CB6;
}
.AnyTagClassName
{
color: #C79CB6;
}
</style>
background-color css
<style>
a { background-color: #C79CB6; }
a { background-color: rgb(199,156,182); }
div.DivClassName
{
background-color: #C79CB6;
}
.BgClassName
{
background-color: #C79CB6;
}
</style>
border-color css
<style>
span { border-color: #C79CB6; }
span { border-color: rgb(199,156,182); }
td.TdClassName
{
border-color: #C79CB6;
}
.TagClassName
{
border-color: #C79CB6;
}
</style>