Shades of Lily #CB90AD
Tints of Lily #CB90AD
RGB
CMYK
RGB Variations
Color information
#CB90AD (or 0xCB90AD) is known color: Lily. HEX triplet: CB, 90 and AD. RGB value is (203,144,173). Sum of RGB (Red+Green+Blue) = 203+144+173=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90AD is #346F52. Grayscale: #A4A4A4. Windows color (decimal): -3436371 or 11374795. OLE color: 11374795.
HSL color Cylindrical-coordinate representation of color #CB90AD: hue angle of 330.51º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90AD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 173 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.20 |
| HSL | 330.51º | 0.36% | 0.68% | - |
| HSV(B) | 330.51º | 0.29% | 0.8% | - |
| XYZ | 42.14 | 35.66 | 44.2 | - |
| YUV | 164.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 173 | 0 | 0.29 | 0.15 | 0.20 | 330.51 | 0.36 | 0.68 |
| Hex | CB | 90 | AD | 0 | 1D | F | 14 | 14B | 24 | 44 |
| Octal | 313 | 220 | 255 | 0 | 35 | 17 | 24 | 513 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10101101 | 0 | 11101 | 1111 | 10100 | 101001011 | 100100 | 1000100 |
Color Harmonies of #CB90AD
Complementary color
Monochromatic Colors of #CB90AD
Black with #CB90AD
Text Example
Text Example
White with #CB90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90AD; }
p { color: rgb(203,144,173); }
H1.HeaderClassName
{
color: #CB90AD;
}
.AnyTagClassName
{
color: #CB90AD;
}
</style>
background-color css
<style>
a { background-color: #CB90AD; }
a { background-color: rgb(203,144,173); }
div.DivClassName
{
background-color: #CB90AD;
}
.BgClassName
{
background-color: #CB90AD;
}
</style>
border-color css
<style>
span { border-color: #CB90AD; }
span { border-color: rgb(203,144,173); }
td.TdClassName
{
border-color: #CB90AD;
}
.TagClassName
{
border-color: #CB90AD;
}
</style>