Shades of Lily #CB96AF
Tints of Lily #CB96AF
RGB
CMYK
RGB Variations
Color information
#CB96AF (or 0xCB96AF) is known color: Lily. HEX triplet: CB, 96 and AF. RGB value is (203,150,175). Sum of RGB (Red+Green+Blue) = 203+150+175=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 175 (68.75% from 255 or 33.14% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB96AF is #346950. Grayscale: #A8A8A8. Windows color (decimal): -3434833 or 11507403. OLE color: 11507403.
HSL color Cylindrical-coordinate representation of color #CB96AF: hue angle of 331.7º degrees, saturation: 0.34, 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 #CB96AF is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 150 | 175 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.20 |
| HSL | 331.7º | 0.34% | 0.69% | - |
| HSV(B) | 331.7º | 0.26% | 0.8% | - |
| XYZ | 43.27 | 37.6 | 45.54 | - |
| YUV | 168.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 150 | 175 | 0 | 0.26 | 0.14 | 0.20 | 331.7 | 0.34 | 0.69 |
| Hex | CB | 96 | AF | 0 | 1A | E | 14 | 14C | 22 | 45 |
| Octal | 313 | 226 | 257 | 0 | 32 | 16 | 24 | 514 | 42 | 105 |
| Binary | 11001011 | 10010110 | 10101111 | 0 | 11010 | 1110 | 10100 | 101001100 | 100010 | 1000101 |
Color Harmonies of #CB96AF
Complementary color
Monochromatic Colors of #CB96AF
Black with #CB96AF
Text Example
Text Example
White with #CB96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB96AF; }
p { color: rgb(203,150,175); }
H1.HeaderClassName
{
color: #CB96AF;
}
.AnyTagClassName
{
color: #CB96AF;
}
</style>
background-color css
<style>
a { background-color: #CB96AF; }
a { background-color: rgb(203,150,175); }
div.DivClassName
{
background-color: #CB96AF;
}
.BgClassName
{
background-color: #CB96AF;
}
</style>
border-color css
<style>
span { border-color: #CB96AF; }
span { border-color: rgb(203,150,175); }
td.TdClassName
{
border-color: #CB96AF;
}
.TagClassName
{
border-color: #CB96AF;
}
</style>