Shades of Lily #C09FB2
Tints of Lily #C09FB2
RGB
CMYK
RGB Variations
Color information
#C09FB2 (or 0xC09FB2) is known color: Lily. HEX triplet: C0, 9F and B2. RGB value is (192,159,178). Sum of RGB (Red+Green+Blue) = 192+159+178=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C09FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09FB2 is #3F604D. Grayscale: #AAAAAA. Windows color (decimal): -4153422 or 11706304. OLE color: 11706304.
HSL color Cylindrical-coordinate representation of color #C09FB2: hue angle of 325.45º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C09FB2 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 159 | 178 | - |
CMYK | 0 | 0.17 | 0.07 | 0.25 |
HSL | 325.45º | 0.21% | 0.69% | - |
HSV(B) | 325.45º | 0.17% | 0.75% | - |
XYZ | 42.17 | 39.22 | 47.47 | - |
YUV | 171.03 | 131.93 | 142.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 159 | 178 | 0 | 0.17 | 0.07 | 0.25 | 325.45 | 0.21 | 0.69 |
Hex | C0 | 9F | B2 | 0 | 11 | 7 | 19 | 145 | 15 | 45 |
Octal | 300 | 237 | 262 | 0 | 21 | 7 | 31 | 505 | 25 | 105 |
Binary | 11000000 | 10011111 | 10110010 | 0 | 10001 | 111 | 11001 | 101000101 | 10101 | 1000101 |
Color Harmonies of #C09FB2
Complementary color
Monochromatic Colors of #C09FB2
Black with #C09FB2
Text Example
Text Example
White with #C09FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FB2; }
p { color: rgb(192,159,178); }
H1.HeaderClassName
{
color: #C09FB2;
}
.AnyTagClassName
{
color: #C09FB2;
}
</style>
background-color css
<style>
a { background-color: #C09FB2; }
a { background-color: rgb(192,159,178); }
div.DivClassName
{
background-color: #C09FB2;
}
.BgClassName
{
background-color: #C09FB2;
}
</style>
border-color css
<style>
span { border-color: #C09FB2; }
span { border-color: rgb(192,159,178); }
td.TdClassName
{
border-color: #C09FB2;
}
.TagClassName
{
border-color: #C09FB2;
}
</style>