Shades of Lily #CB8FAB
Tints of Lily #CB8FAB
RGB
CMYK
RGB Variations
Color information
#CB8FAB (or 0xCB8FAB) is known color: Lily. HEX triplet: CB, 8F and AB. RGB value is (203,143,171). Sum of RGB (Red+Green+Blue) = 203+143+171=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAB is #347054. Grayscale: #A4A4A4. Windows color (decimal): -3436629 or 11243467. OLE color: 11243467.
HSL color Cylindrical-coordinate representation of color #CB8FAB: hue angle of 332º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FAB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 171 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.20 |
| HSL | 332º | 0.37% | 0.68% | - |
| HSV(B) | 332º | 0.3% | 0.8% | - |
| XYZ | 41.8 | 35.28 | 43.13 | - |
| YUV | 164.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 171 | 0 | 0.30 | 0.16 | 0.20 | 332 | 0.37 | 0.68 |
| Hex | CB | 8F | AB | 0 | 1E | 10 | 14 | 14C | 25 | 44 |
| Octal | 313 | 217 | 253 | 0 | 36 | 20 | 24 | 514 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10101011 | 0 | 11110 | 10000 | 10100 | 101001100 | 100101 | 1000100 |
Color Harmonies of #CB8FAB
Complementary color
Monochromatic Colors of #CB8FAB
Black with #CB8FAB
Text Example
Text Example
White with #CB8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FAB; }
p { color: rgb(203,143,171); }
H1.HeaderClassName
{
color: #CB8FAB;
}
.AnyTagClassName
{
color: #CB8FAB;
}
</style>
background-color css
<style>
a { background-color: #CB8FAB; }
a { background-color: rgb(203,143,171); }
div.DivClassName
{
background-color: #CB8FAB;
}
.BgClassName
{
background-color: #CB8FAB;
}
</style>
border-color css
<style>
span { border-color: #CB8FAB; }
span { border-color: rgb(203,143,171); }
td.TdClassName
{
border-color: #CB8FAB;
}
.TagClassName
{
border-color: #CB8FAB;
}
</style>