Shades of Lily #C09AB3
Tints of Lily #C09AB3
RGB
CMYK
RGB Variations
Color information
#C09AB3 (or 0xC09AB3) is known color: Lily. HEX triplet: C0, 9A and B3. RGB value is (192,154,179). Sum of RGB (Red+Green+Blue) = 192+154+179=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C09AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09AB3 is #3F654C. Grayscale: #A8A8A8. Windows color (decimal): -4154701 or 11770560. OLE color: 11770560.
HSL color Cylindrical-coordinate representation of color #C09AB3: hue angle of 320.53º 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 #C09AB3 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 179 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.25 |
| HSL | 320.53º | 0.23% | 0.68% | - |
| HSV(B) | 320.53º | 0.2% | 0.75% | - |
| XYZ | 41.43 | 37.57 | 47.72 | - |
| YUV | 168.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 179 | 0 | 0.20 | 0.07 | 0.25 | 320.53 | 0.23 | 0.68 |
| Hex | C0 | 9A | B3 | 0 | 14 | 7 | 19 | 141 | 17 | 44 |
| Octal | 300 | 232 | 263 | 0 | 24 | 7 | 31 | 501 | 27 | 104 |
| Binary | 11000000 | 10011010 | 10110011 | 0 | 10100 | 111 | 11001 | 101000001 | 10111 | 1000100 |
Color Harmonies of #C09AB3
Complementary color
Monochromatic Colors of #C09AB3
Black with #C09AB3
Text Example
Text Example
White with #C09AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09AB3; }
p { color: rgb(192,154,179); }
H1.HeaderClassName
{
color: #C09AB3;
}
.AnyTagClassName
{
color: #C09AB3;
}
</style>
background-color css
<style>
a { background-color: #C09AB3; }
a { background-color: rgb(192,154,179); }
div.DivClassName
{
background-color: #C09AB3;
}
.BgClassName
{
background-color: #C09AB3;
}
</style>
border-color css
<style>
span { border-color: #C09AB3; }
span { border-color: rgb(192,154,179); }
td.TdClassName
{
border-color: #C09AB3;
}
.TagClassName
{
border-color: #C09AB3;
}
</style>