Shades of Lily #CB91AD
Tints of Lily #CB91AD
RGB
CMYK
RGB Variations
Color information
#CB91AD (or 0xCB91AD) is known color: Lily. HEX triplet: CB, 91 and AD. RGB value is (203,145,173). Sum of RGB (Red+Green+Blue) = 203+145+173=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB91AD is #346E52. Grayscale: #A5A5A5. Windows color (decimal): -3436115 or 11375051. OLE color: 11375051.
HSL color Cylindrical-coordinate representation of color #CB91AD: hue angle of 331.03º 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 #CB91AD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 173 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.20 |
| HSL | 331.03º | 0.36% | 0.68% | - |
| HSV(B) | 331.03º | 0.29% | 0.8% | - |
| XYZ | 42.3 | 35.96 | 44.25 | - |
| YUV | 165.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 173 | 0 | 0.29 | 0.15 | 0.20 | 331.03 | 0.36 | 0.68 |
| Hex | CB | 91 | AD | 0 | 1D | F | 14 | 14B | 24 | 44 |
| Octal | 313 | 221 | 255 | 0 | 35 | 17 | 24 | 513 | 44 | 104 |
| Binary | 11001011 | 10010001 | 10101101 | 0 | 11101 | 1111 | 10100 | 101001011 | 100100 | 1000100 |
Color Harmonies of #CB91AD
Complementary color
Monochromatic Colors of #CB91AD
Black with #CB91AD
Text Example
Text Example
White with #CB91AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB91AD; }
p { color: rgb(203,145,173); }
H1.HeaderClassName
{
color: #CB91AD;
}
.AnyTagClassName
{
color: #CB91AD;
}
</style>
background-color css
<style>
a { background-color: #CB91AD; }
a { background-color: rgb(203,145,173); }
div.DivClassName
{
background-color: #CB91AD;
}
.BgClassName
{
background-color: #CB91AD;
}
</style>
border-color css
<style>
span { border-color: #CB91AD; }
span { border-color: rgb(203,145,173); }
td.TdClassName
{
border-color: #CB91AD;
}
.TagClassName
{
border-color: #CB91AD;
}
</style>