Shades of Lily #CB80AF
Tints of Lily #CB80AF
RGB
CMYK
RGB Variations
Color information
#CB80AF (or 0xCB80AF) is known color: Lily. HEX triplet: CB, 80 and AF. RGB value is (203,128,175). Sum of RGB (Red+Green+Blue) = 203+128+175=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AF is #347F50. Grayscale: #9B9B9B. Windows color (decimal): -3440465 or 11501771. OLE color: 11501771.
HSL color Cylindrical-coordinate representation of color #CB80AF: hue angle of 322.4º 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 #CB80AF is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 175 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.20 |
| HSL | 322.4º | 0.42% | 0.65% | - |
| HSV(B) | 322.4º | 0.37% | 0.8% | - |
| XYZ | 40.09 | 31.23 | 44.47 | - |
| YUV | 155.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 175 | 0 | 0.37 | 0.14 | 0.20 | 322.4 | 0.42 | 0.65 |
| Hex | CB | 80 | AF | 0 | 25 | E | 14 | 142 | 2A | 41 |
| Octal | 313 | 200 | 257 | 0 | 45 | 16 | 24 | 502 | 52 | 101 |
| Binary | 11001011 | 10000000 | 10101111 | 0 | 100101 | 1110 | 10100 | 101000010 | 101010 | 1000001 |
Color Harmonies of #CB80AF
Complementary color
Monochromatic Colors of #CB80AF
Black with #CB80AF
Text Example
Text Example
White with #CB80AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB80AF; }
p { color: rgb(203,128,175); }
H1.HeaderClassName
{
color: #CB80AF;
}
.AnyTagClassName
{
color: #CB80AF;
}
</style>
background-color css
<style>
a { background-color: #CB80AF; }
a { background-color: rgb(203,128,175); }
div.DivClassName
{
background-color: #CB80AF;
}
.BgClassName
{
background-color: #CB80AF;
}
</style>
border-color css
<style>
span { border-color: #CB80AF; }
span { border-color: rgb(203,128,175); }
td.TdClassName
{
border-color: #CB80AF;
}
.TagClassName
{
border-color: #CB80AF;
}
</style>