Shades of Lily #CB97AD
Tints of Lily #CB97AD
RGB
CMYK
RGB Variations
Color information
#CB97AD (or 0xCB97AD) is known color: Lily. HEX triplet: CB, 97 and AD. RGB value is (203,151,173). Sum of RGB (Red+Green+Blue) = 203+151+173=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CB97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB97AD is #346852. Grayscale: #A9A9A9. Windows color (decimal): -3434579 or 11376587. OLE color: 11376587.
HSL color Cylindrical-coordinate representation of color #CB97AD: hue angle of 334.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB97AD is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 173 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.20 |
| HSL | 334.62º | 0.33% | 0.69% | - |
| HSV(B) | 334.62º | 0.26% | 0.8% | - |
| XYZ | 43.24 | 37.85 | 44.56 | - |
| YUV | 169.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 173 | 0 | 0.26 | 0.15 | 0.20 | 334.62 | 0.33 | 0.69 |
| Hex | CB | 97 | AD | 0 | 1A | F | 14 | 14F | 21 | 45 |
| Octal | 313 | 227 | 255 | 0 | 32 | 17 | 24 | 517 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10101101 | 0 | 11010 | 1111 | 10100 | 101001111 | 100001 | 1000101 |
Color Harmonies of #CB97AD
Complementary color
Monochromatic Colors of #CB97AD
Black with #CB97AD
Text Example
Text Example
White with #CB97AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB97AD; }
p { color: rgb(203,151,173); }
H1.HeaderClassName
{
color: #CB97AD;
}
.AnyTagClassName
{
color: #CB97AD;
}
</style>
background-color css
<style>
a { background-color: #CB97AD; }
a { background-color: rgb(203,151,173); }
div.DivClassName
{
background-color: #CB97AD;
}
.BgClassName
{
background-color: #CB97AD;
}
</style>
border-color css
<style>
span { border-color: #CB97AD; }
span { border-color: rgb(203,151,173); }
td.TdClassName
{
border-color: #CB97AD;
}
.TagClassName
{
border-color: #CB97AD;
}
</style>