Shades of Lily #CB9CB3
Tints of Lily #CB9CB3
RGB
CMYK
RGB Variations
Color information
#CB9CB3 (or 0xCB9CB3) is known color: Lily. HEX triplet: CB, 9C and B3. RGB value is (203,156,179). Sum of RGB (Red+Green+Blue) = 203+156+179=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 179 (70.31% from 255 or 33.27% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CB3 is #34634C. Grayscale: #ACACAC. Windows color (decimal): -3433293 or 11771083. OLE color: 11771083.
HSL color Cylindrical-coordinate representation of color #CB9CB3: hue angle of 330.64º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CB9CB3 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 179 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.20 |
| HSL | 330.64º | 0.31% | 0.7% | - |
| HSV(B) | 330.64º | 0.23% | 0.8% | - |
| XYZ | 44.65 | 39.73 | 47.96 | - |
| YUV | 172.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 179 | 0 | 0.23 | 0.12 | 0.20 | 330.64 | 0.31 | 0.7 |
| Hex | CB | 9C | B3 | 0 | 17 | C | 14 | 14B | 1F | 46 |
| Octal | 313 | 234 | 263 | 0 | 27 | 14 | 24 | 513 | 37 | 106 |
| Binary | 11001011 | 10011100 | 10110011 | 0 | 10111 | 1100 | 10100 | 101001011 | 11111 | 1000110 |
Color Harmonies of #CB9CB3
Complementary color
Monochromatic Colors of #CB9CB3
Black with #CB9CB3
Text Example
Text Example
White with #CB9CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CB3; }
p { color: rgb(203,156,179); }
H1.HeaderClassName
{
color: #CB9CB3;
}
.AnyTagClassName
{
color: #CB9CB3;
}
</style>
background-color css
<style>
a { background-color: #CB9CB3; }
a { background-color: rgb(203,156,179); }
div.DivClassName
{
background-color: #CB9CB3;
}
.BgClassName
{
background-color: #CB9CB3;
}
</style>
border-color css
<style>
span { border-color: #CB9CB3; }
span { border-color: rgb(203,156,179); }
td.TdClassName
{
border-color: #CB9CB3;
}
.TagClassName
{
border-color: #CB9CB3;
}
</style>