Shades of Lily #CB8AAC
Tints of Lily #CB8AAC
RGB
CMYK
RGB Variations
Color information
#CB8AAC (or 0xCB8AAC) is known color: Lily. HEX triplet: CB, 8A and AC. RGB value is (203,138,172). Sum of RGB (Red+Green+Blue) = 203+138+172=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8AAC is #347553. Grayscale: #A1A1A1. Windows color (decimal): -3437908 or 11307723. OLE color: 11307723.
HSL color Cylindrical-coordinate representation of color #CB8AAC: hue angle of 328.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB8AAC is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 138 | 172 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.20 |
| HSL | 328.62º | 0.38% | 0.67% | - |
| HSV(B) | 328.62º | 0.32% | 0.8% | - |
| XYZ | 41.16 | 33.85 | 43.39 | - |
| YUV | 161.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 172 | 0 | 0.32 | 0.15 | 0.20 | 328.62 | 0.38 | 0.67 |
| Hex | CB | 8A | AC | 0 | 20 | F | 14 | 149 | 26 | 43 |
| Octal | 313 | 212 | 254 | 0 | 40 | 17 | 24 | 511 | 46 | 103 |
| Binary | 11001011 | 10001010 | 10101100 | 0 | 100000 | 1111 | 10100 | 101001001 | 100110 | 1000011 |
Color Harmonies of #CB8AAC
Complementary color
Monochromatic Colors of #CB8AAC
Black with #CB8AAC
Text Example
Text Example
White with #CB8AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8AAC; }
p { color: rgb(203,138,172); }
H1.HeaderClassName
{
color: #CB8AAC;
}
.AnyTagClassName
{
color: #CB8AAC;
}
</style>
background-color css
<style>
a { background-color: #CB8AAC; }
a { background-color: rgb(203,138,172); }
div.DivClassName
{
background-color: #CB8AAC;
}
.BgClassName
{
background-color: #CB8AAC;
}
</style>
border-color css
<style>
span { border-color: #CB8AAC; }
span { border-color: rgb(203,138,172); }
td.TdClassName
{
border-color: #CB8AAC;
}
.TagClassName
{
border-color: #CB8AAC;
}
</style>