Shades of Lily #CB89B3
Tints of Lily #CB89B3
RGB
CMYK
RGB Variations
Color information
#CB89B3 (or 0xCB89B3) is known color: Lily. HEX triplet: CB, 89 and B3. RGB value is (203,137,179). Sum of RGB (Red+Green+Blue) = 203+137+179=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89B3 is #34764C. Grayscale: #A1A1A1. Windows color (decimal): -3438157 or 11766219. OLE color: 11766219.
HSL color Cylindrical-coordinate representation of color #CB89B3: hue angle of 321.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB89B3 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 179 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.20 |
| HSL | 321.82º | 0.39% | 0.67% | - |
| HSV(B) | 321.82º | 0.33% | 0.8% | - |
| XYZ | 41.71 | 33.84 | 46.98 | - |
| YUV | 161.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 179 | 0 | 0.33 | 0.12 | 0.20 | 321.82 | 0.39 | 0.67 |
| Hex | CB | 89 | B3 | 0 | 21 | C | 14 | 142 | 27 | 43 |
| Octal | 313 | 211 | 263 | 0 | 41 | 14 | 24 | 502 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10110011 | 0 | 100001 | 1100 | 10100 | 101000010 | 100111 | 1000011 |
Color Harmonies of #CB89B3
Complementary color
Monochromatic Colors of #CB89B3
Black with #CB89B3
Text Example
Text Example
White with #CB89B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89B3; }
p { color: rgb(203,137,179); }
H1.HeaderClassName
{
color: #CB89B3;
}
.AnyTagClassName
{
color: #CB89B3;
}
</style>
background-color css
<style>
a { background-color: #CB89B3; }
a { background-color: rgb(203,137,179); }
div.DivClassName
{
background-color: #CB89B3;
}
.BgClassName
{
background-color: #CB89B3;
}
</style>
border-color css
<style>
span { border-color: #CB89B3; }
span { border-color: rgb(203,137,179); }
td.TdClassName
{
border-color: #CB89B3;
}
.TagClassName
{
border-color: #CB89B3;
}
</style>