Shades of Lily #CB95AD
Tints of Lily #CB95AD
RGB
CMYK
RGB Variations
Color information
#CB95AD (or 0xCB95AD) is known color: Lily. HEX triplet: CB, 95 and AD. RGB value is (203,149,173). Sum of RGB (Red+Green+Blue) = 203+149+173=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB95AD is #346A52. Grayscale: #A7A7A7. Windows color (decimal): -3435091 or 11376075. OLE color: 11376075.
HSL color Cylindrical-coordinate representation of color #CB95AD: hue angle of 333.33º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB95AD is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 173 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.20 |
| HSL | 333.33º | 0.34% | 0.69% | - |
| HSV(B) | 333.33º | 0.27% | 0.8% | - |
| XYZ | 42.92 | 37.21 | 44.46 | - |
| YUV | 167.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 173 | 0 | 0.27 | 0.15 | 0.20 | 333.33 | 0.34 | 0.69 |
| Hex | CB | 95 | AD | 0 | 1B | F | 14 | 14D | 22 | 45 |
| Octal | 313 | 225 | 255 | 0 | 33 | 17 | 24 | 515 | 42 | 105 |
| Binary | 11001011 | 10010101 | 10101101 | 0 | 11011 | 1111 | 10100 | 101001101 | 100010 | 1000101 |
Color Harmonies of #CB95AD
Complementary color
Monochromatic Colors of #CB95AD
Black with #CB95AD
Text Example
Text Example
White with #CB95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB95AD; }
p { color: rgb(203,149,173); }
H1.HeaderClassName
{
color: #CB95AD;
}
.AnyTagClassName
{
color: #CB95AD;
}
</style>
background-color css
<style>
a { background-color: #CB95AD; }
a { background-color: rgb(203,149,173); }
div.DivClassName
{
background-color: #CB95AD;
}
.BgClassName
{
background-color: #CB95AD;
}
</style>
border-color css
<style>
span { border-color: #CB95AD; }
span { border-color: rgb(203,149,173); }
td.TdClassName
{
border-color: #CB95AD;
}
.TagClassName
{
border-color: #CB95AD;
}
</style>