Shades of Lily #CB93AD
Tints of Lily #CB93AD
RGB
CMYK
RGB Variations
Color information
#CB93AD (or 0xCB93AD) is known color: Lily. HEX triplet: CB, 93 and AD. RGB value is (203,147,173). Sum of RGB (Red+Green+Blue) = 203+147+173=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AD is #346C52. Grayscale: #A6A6A6. Windows color (decimal): -3435603 or 11375563. OLE color: 11375563.
HSL color Cylindrical-coordinate representation of color #CB93AD: hue angle of 332.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93AD is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 173 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.20 |
| HSL | 332.14º | 0.35% | 0.69% | - |
| HSV(B) | 332.14º | 0.28% | 0.8% | - |
| XYZ | 42.61 | 36.58 | 44.35 | - |
| YUV | 166.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 173 | 0 | 0.28 | 0.15 | 0.20 | 332.14 | 0.35 | 0.69 |
| Hex | CB | 93 | AD | 0 | 1C | F | 14 | 14C | 23 | 45 |
| Octal | 313 | 223 | 255 | 0 | 34 | 17 | 24 | 514 | 43 | 105 |
| Binary | 11001011 | 10010011 | 10101101 | 0 | 11100 | 1111 | 10100 | 101001100 | 100011 | 1000101 |
Color Harmonies of #CB93AD
Complementary color
Monochromatic Colors of #CB93AD
Black with #CB93AD
Text Example
Text Example
White with #CB93AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB93AD; }
p { color: rgb(203,147,173); }
H1.HeaderClassName
{
color: #CB93AD;
}
.AnyTagClassName
{
color: #CB93AD;
}
</style>
background-color css
<style>
a { background-color: #CB93AD; }
a { background-color: rgb(203,147,173); }
div.DivClassName
{
background-color: #CB93AD;
}
.BgClassName
{
background-color: #CB93AD;
}
</style>
border-color css
<style>
span { border-color: #CB93AD; }
span { border-color: rgb(203,147,173); }
td.TdClassName
{
border-color: #CB93AD;
}
.TagClassName
{
border-color: #CB93AD;
}
</style>