Shades of Lily #CB85AB
Tints of Lily #CB85AB
RGB
CMYK
RGB Variations
Color information
#CB85AB (or 0xCB85AB) is known color: Lily. HEX triplet: CB, 85 and AB. RGB value is (203,133,171). Sum of RGB (Red+Green+Blue) = 203+133+171=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB85AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB85AB is #347A54. Grayscale: #9E9E9E. Windows color (decimal): -3439189 or 11240907. OLE color: 11240907.
HSL color Cylindrical-coordinate representation of color #CB85AB: hue angle of 327.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85AB is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 133 | 171 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.20 |
| HSL | 327.43º | 0.4% | 0.66% | - |
| HSV(B) | 327.43º | 0.34% | 0.8% | - |
| XYZ | 40.37 | 32.41 | 42.66 | - |
| YUV | 158.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 133 | 171 | 0 | 0.34 | 0.16 | 0.20 | 327.43 | 0.4 | 0.66 |
| Hex | CB | 85 | AB | 0 | 22 | 10 | 14 | 147 | 28 | 42 |
| Octal | 313 | 205 | 253 | 0 | 42 | 20 | 24 | 507 | 50 | 102 |
| Binary | 11001011 | 10000101 | 10101011 | 0 | 100010 | 10000 | 10100 | 101000111 | 101000 | 1000010 |
Color Harmonies of #CB85AB
Complementary color
Monochromatic Colors of #CB85AB
Black with #CB85AB
Text Example
Text Example
White with #CB85AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB85AB; }
p { color: rgb(203,133,171); }
H1.HeaderClassName
{
color: #CB85AB;
}
.AnyTagClassName
{
color: #CB85AB;
}
</style>
background-color css
<style>
a { background-color: #CB85AB; }
a { background-color: rgb(203,133,171); }
div.DivClassName
{
background-color: #CB85AB;
}
.BgClassName
{
background-color: #CB85AB;
}
</style>
border-color css
<style>
span { border-color: #CB85AB; }
span { border-color: rgb(203,133,171); }
td.TdClassName
{
border-color: #CB85AB;
}
.TagClassName
{
border-color: #CB85AB;
}
</style>