Shades of Lily #CB80AC
Tints of Lily #CB80AC
RGB
CMYK
RGB Variations
Color information
#CB80AC (or 0xCB80AC) is known color: Lily. HEX triplet: CB, 80 and AC. RGB value is (203,128,172). Sum of RGB (Red+Green+Blue) = 203+128+172=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AC is #347F53. Grayscale: #9B9B9B. Windows color (decimal): -3440468 or 11305163. OLE color: 11305163.
HSL color Cylindrical-coordinate representation of color #CB80AC: hue angle of 324.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80AC is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 172 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.20 |
| HSL | 324.8º | 0.42% | 0.65% | - |
| HSV(B) | 324.8º | 0.37% | 0.8% | - |
| XYZ | 39.79 | 31.11 | 42.94 | - |
| YUV | 155.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 172 | 0 | 0.37 | 0.15 | 0.20 | 324.8 | 0.42 | 0.65 |
| Hex | CB | 80 | AC | 0 | 25 | F | 14 | 145 | 2A | 41 |
| Octal | 313 | 200 | 254 | 0 | 45 | 17 | 24 | 505 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10101100 | 0 | 100101 | 1111 | 10100 | 101000101 | 101010 | 1000001 |
Color Harmonies of #CB80AC
Complementary color
Monochromatic Colors of #CB80AC
Black with #CB80AC
Text Example
Text Example
White with #CB80AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80AC; }
p { color: rgb(203,128,172); }
H1.HeaderClassName
{
color: #CB80AC;
}
.AnyTagClassName
{
color: #CB80AC;
}
</style>
background-color css
<style>
a { background-color: #CB80AC; }
a { background-color: rgb(203,128,172); }
div.DivClassName
{
background-color: #CB80AC;
}
.BgClassName
{
background-color: #CB80AC;
}
</style>
border-color css
<style>
span { border-color: #CB80AC; }
span { border-color: rgb(203,128,172); }
td.TdClassName
{
border-color: #CB80AC;
}
.TagClassName
{
border-color: #CB80AC;
}
</style>