Shades of Lily #C09AB5
Tints of Lily #C09AB5
RGB
CMYK
RGB Variations
Color information
#C09AB5 (or 0xC09AB5) is known color: Lily. HEX triplet: C0, 9A and B5. RGB value is (192,154,181). Sum of RGB (Red+Green+Blue) = 192+154+181=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AB5 is #3F654A. Grayscale: #A8A8A8. Windows color (decimal): -4154699 or 11901632. OLE color: 11901632.
HSL color Cylindrical-coordinate representation of color #C09AB5: hue angle of 317.37º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09AB5 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 181 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.25 |
| HSL | 317.37º | 0.23% | 0.68% | - |
| HSV(B) | 317.37º | 0.2% | 0.75% | - |
| XYZ | 41.63 | 37.65 | 48.79 | - |
| YUV | 168.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 181 | 0 | 0.20 | 0.06 | 0.25 | 317.37 | 0.23 | 0.68 |
| Hex | C0 | 9A | B5 | 0 | 14 | 6 | 19 | 13D | 17 | 44 |
| Octal | 300 | 232 | 265 | 0 | 24 | 6 | 31 | 475 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10110101 | 0 | 10100 | 110 | 11001 | 100111101 | 10111 | 1000100 |
Color Harmonies of #C09AB5
Complementary color
Monochromatic Colors of #C09AB5
Black with #C09AB5
Text Example
Text Example
White with #C09AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AB5; }
p { color: rgb(192,154,181); }
H1.HeaderClassName
{
color: #C09AB5;
}
.AnyTagClassName
{
color: #C09AB5;
}
</style>
background-color css
<style>
a { background-color: #C09AB5; }
a { background-color: rgb(192,154,181); }
div.DivClassName
{
background-color: #C09AB5;
}
.BgClassName
{
background-color: #C09AB5;
}
</style>
border-color css
<style>
span { border-color: #C09AB5; }
span { border-color: rgb(192,154,181); }
td.TdClassName
{
border-color: #C09AB5;
}
.TagClassName
{
border-color: #C09AB5;
}
</style>