Shades of Lily #CB98AF
Tints of Lily #CB98AF
RGB
CMYK
RGB Variations
Color information
#CB98AF (or 0xCB98AF) is known color: Lily. HEX triplet: CB, 98 and AF. RGB value is (203,152,175). Sum of RGB (Red+Green+Blue) = 203+152+175=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 175 (68.75% from 255 or 33.02% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB98AF is #346750. Grayscale: #A9A9A9. Windows color (decimal): -3434321 or 11507915. OLE color: 11507915.
HSL color Cylindrical-coordinate representation of color #CB98AF: hue angle of 332.94º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CB98AF is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 175 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.20 |
| HSL | 332.94º | 0.33% | 0.7% | - |
| HSV(B) | 332.94º | 0.25% | 0.8% | - |
| XYZ | 43.59 | 38.25 | 45.64 | - |
| YUV | 169.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 175 | 0 | 0.25 | 0.14 | 0.20 | 332.94 | 0.33 | 0.7 |
| Hex | CB | 98 | AF | 0 | 19 | E | 14 | 14D | 21 | 46 |
| Octal | 313 | 230 | 257 | 0 | 31 | 16 | 24 | 515 | 41 | 106 |
| Binary | 11001011 | 10011000 | 10101111 | 0 | 11001 | 1110 | 10100 | 101001101 | 100001 | 1000110 |
Color Harmonies of #CB98AF
Complementary color
Monochromatic Colors of #CB98AF
Black with #CB98AF
Text Example
Text Example
White with #CB98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB98AF; }
p { color: rgb(203,152,175); }
H1.HeaderClassName
{
color: #CB98AF;
}
.AnyTagClassName
{
color: #CB98AF;
}
</style>
background-color css
<style>
a { background-color: #CB98AF; }
a { background-color: rgb(203,152,175); }
div.DivClassName
{
background-color: #CB98AF;
}
.BgClassName
{
background-color: #CB98AF;
}
</style>
border-color css
<style>
span { border-color: #CB98AF; }
span { border-color: rgb(203,152,175); }
td.TdClassName
{
border-color: #CB98AF;
}
.TagClassName
{
border-color: #CB98AF;
}
</style>