Shades of Lily #CB8FAC
Tints of Lily #CB8FAC
RGB
CMYK
RGB Variations
Color information
#CB8FAC (or 0xCB8FAC) is known color: Lily. HEX triplet: CB, 8F and AC. RGB value is (203,143,172). Sum of RGB (Red+Green+Blue) = 203+143+172=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAC is #347053. Grayscale: #A4A4A4. Windows color (decimal): -3436628 or 11309003. OLE color: 11309003.
HSL color Cylindrical-coordinate representation of color #CB8FAC: hue angle of 331º 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 #CB8FAC is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 172 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.20 |
| HSL | 331º | 0.37% | 0.68% | - |
| HSV(B) | 331º | 0.3% | 0.8% | - |
| XYZ | 41.9 | 35.32 | 43.64 | - |
| YUV | 164.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 172 | 0 | 0.30 | 0.15 | 0.20 | 331 | 0.37 | 0.68 |
| Hex | CB | 8F | AC | 0 | 1E | F | 14 | 14B | 25 | 44 |
| Octal | 313 | 217 | 254 | 0 | 36 | 17 | 24 | 513 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10101100 | 0 | 11110 | 1111 | 10100 | 101001011 | 100101 | 1000100 |
Color Harmonies of #CB8FAC
Complementary color
Monochromatic Colors of #CB8FAC
Black with #CB8FAC
Text Example
Text Example
White with #CB8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FAC; }
p { color: rgb(203,143,172); }
H1.HeaderClassName
{
color: #CB8FAC;
}
.AnyTagClassName
{
color: #CB8FAC;
}
</style>
background-color css
<style>
a { background-color: #CB8FAC; }
a { background-color: rgb(203,143,172); }
div.DivClassName
{
background-color: #CB8FAC;
}
.BgClassName
{
background-color: #CB8FAC;
}
</style>
border-color css
<style>
span { border-color: #CB8FAC; }
span { border-color: rgb(203,143,172); }
td.TdClassName
{
border-color: #CB8FAC;
}
.TagClassName
{
border-color: #CB8FAC;
}
</style>