Shades of Lily #CBA8B8
Tints of Lily #CBA8B8
RGB
CMYK
RGB Variations
Color information
#CBA8B8 (or 0xCBA8B8) is known color: Lily. HEX triplet: CB, A8 and B8. RGB value is (203,168,184). Sum of RGB (Red+Green+Blue) = 203+168+184=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B8 is #345747. Grayscale: #B4B4B4. Windows color (decimal): -3430216 or 12101835. OLE color: 12101835.
HSL color Cylindrical-coordinate representation of color #CBA8B8: hue angle of 332.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 184 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.20 |
| HSL | 332.57º | 0.25% | 0.73% | - |
| HSV(B) | 332.57º | 0.17% | 0.8% | - |
| XYZ | 47.28 | 44.16 | 51.38 | - |
| YUV | 180.29 | 130.1 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 184 | 0 | 0.17 | 0.09 | 0.20 | 332.57 | 0.25 | 0.73 |
| Hex | CB | A8 | B8 | 0 | 11 | 9 | 14 | 14D | 19 | 49 |
| Octal | 313 | 250 | 270 | 0 | 21 | 11 | 24 | 515 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10111000 | 0 | 10001 | 1001 | 10100 | 101001101 | 11001 | 1001001 |
Color Harmonies of #CBA8B8
Complementary color
Monochromatic Colors of #CBA8B8
Black with #CBA8B8
Text Example
Text Example
White with #CBA8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B8; }
p { color: rgb(203,168,184); }
H1.HeaderClassName
{
color: #CBA8B8;
}
.AnyTagClassName
{
color: #CBA8B8;
}
</style>
background-color css
<style>
a { background-color: #CBA8B8; }
a { background-color: rgb(203,168,184); }
div.DivClassName
{
background-color: #CBA8B8;
}
.BgClassName
{
background-color: #CBA8B8;
}
</style>
border-color css
<style>
span { border-color: #CBA8B8; }
span { border-color: rgb(203,168,184); }
td.TdClassName
{
border-color: #CBA8B8;
}
.TagClassName
{
border-color: #CBA8B8;
}
</style>