Shades of Lily #CB89B4
Tints of Lily #CB89B4
RGB
CMYK
RGB Variations
Color information
#CB89B4 (or 0xCB89B4) is known color: Lily. HEX triplet: CB, 89 and B4. RGB value is (203,137,180). Sum of RGB (Red+Green+Blue) = 203+137+180=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89B4 is #34764B. Grayscale: #A1A1A1. Windows color (decimal): -3438156 or 11831755. OLE color: 11831755.
HSL color Cylindrical-coordinate representation of color #CB89B4: hue angle of 320.91º 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 #CB89B4 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 180 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.20 |
| HSL | 320.91º | 0.39% | 0.67% | - |
| HSV(B) | 320.91º | 0.33% | 0.8% | - |
| XYZ | 41.81 | 33.88 | 47.52 | - |
| YUV | 161.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 180 | 0 | 0.33 | 0.11 | 0.20 | 320.91 | 0.39 | 0.67 |
| Hex | CB | 89 | B4 | 0 | 21 | B | 14 | 141 | 27 | 43 |
| Octal | 313 | 211 | 264 | 0 | 41 | 13 | 24 | 501 | 47 | 103 |
| Binary | 11001011 | 10001001 | 10110100 | 0 | 100001 | 1011 | 10100 | 101000001 | 100111 | 1000011 |
Color Harmonies of #CB89B4
Complementary color
Monochromatic Colors of #CB89B4
Black with #CB89B4
Text Example
Text Example
White with #CB89B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB89B4; }
p { color: rgb(203,137,180); }
H1.HeaderClassName
{
color: #CB89B4;
}
.AnyTagClassName
{
color: #CB89B4;
}
</style>
background-color css
<style>
a { background-color: #CB89B4; }
a { background-color: rgb(203,137,180); }
div.DivClassName
{
background-color: #CB89B4;
}
.BgClassName
{
background-color: #CB89B4;
}
</style>
border-color css
<style>
span { border-color: #CB89B4; }
span { border-color: rgb(203,137,180); }
td.TdClassName
{
border-color: #CB89B4;
}
.TagClassName
{
border-color: #CB89B4;
}
</style>