Shades of Lily #CB9CBC
Tints of Lily #CB9CBC
RGB
CMYK
RGB Variations
Color information
#CB9CBC (or 0xCB9CBC) is known color: Lily. HEX triplet: CB, 9C and BC. RGB value is (203,156,188). Sum of RGB (Red+Green+Blue) = 203+156+188=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9CBC is #346343. Grayscale: #ADADAD. Windows color (decimal): -3433284 or 12360907. OLE color: 12360907.
HSL color Cylindrical-coordinate representation of color #CB9CBC: hue angle of 319.15º 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 #CB9CBC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 188 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.20 |
| HSL | 319.15º | 0.31% | 0.7% | - |
| HSV(B) | 319.15º | 0.23% | 0.8% | - |
| XYZ | 45.59 | 40.1 | 52.91 | - |
| YUV | 173.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 188 | 0 | 0.23 | 0.07 | 0.20 | 319.15 | 0.31 | 0.7 |
| Hex | CB | 9C | BC | 0 | 17 | 7 | 14 | 13F | 1F | 46 |
| Octal | 313 | 234 | 274 | 0 | 27 | 7 | 24 | 477 | 37 | 106 |
| Binary | 11001011 | 10011100 | 10111100 | 0 | 10111 | 111 | 10100 | 100111111 | 11111 | 1000110 |
Color Harmonies of #CB9CBC
Complementary color
Monochromatic Colors of #CB9CBC
Black with #CB9CBC
Text Example
Text Example
White with #CB9CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9CBC; }
p { color: rgb(203,156,188); }
H1.HeaderClassName
{
color: #CB9CBC;
}
.AnyTagClassName
{
color: #CB9CBC;
}
</style>
background-color css
<style>
a { background-color: #CB9CBC; }
a { background-color: rgb(203,156,188); }
div.DivClassName
{
background-color: #CB9CBC;
}
.BgClassName
{
background-color: #CB9CBC;
}
</style>
border-color css
<style>
span { border-color: #CB9CBC; }
span { border-color: rgb(203,156,188); }
td.TdClassName
{
border-color: #CB9CBC;
}
.TagClassName
{
border-color: #CB9CBC;
}
</style>