Shades of Lily #CBA5B8
Tints of Lily #CBA5B8
RGB
CMYK
RGB Variations
Color information
#CBA5B8 (or 0xCBA5B8) is known color: Lily. HEX triplet: CB, A5 and B8. RGB value is (203,165,184). Sum of RGB (Red+Green+Blue) = 203+165+184=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA5B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5B8 is #345A47. Grayscale: #B2B2B2. Windows color (decimal): -3430984 or 12101067. OLE color: 12101067.
HSL color Cylindrical-coordinate representation of color #CBA5B8: hue angle of 330º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA5B8 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 184 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.20 |
| HSL | 330º | 0.27% | 0.72% | - |
| HSV(B) | 330º | 0.19% | 0.8% | - |
| XYZ | 46.74 | 43.07 | 51.2 | - |
| YUV | 178.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 184 | 0 | 0.19 | 0.09 | 0.20 | 330 | 0.27 | 0.72 |
| Hex | CB | A5 | B8 | 0 | 13 | 9 | 14 | 14A | 1B | 48 |
| Octal | 313 | 245 | 270 | 0 | 23 | 11 | 24 | 512 | 33 | 110 |
| Binary | 11001011 | 10100101 | 10111000 | 0 | 10011 | 1001 | 10100 | 101001010 | 11011 | 1001000 |
Color Harmonies of #CBA5B8
Complementary color
Monochromatic Colors of #CBA5B8
Black with #CBA5B8
Text Example
Text Example
White with #CBA5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5B8; }
p { color: rgb(203,165,184); }
H1.HeaderClassName
{
color: #CBA5B8;
}
.AnyTagClassName
{
color: #CBA5B8;
}
</style>
background-color css
<style>
a { background-color: #CBA5B8; }
a { background-color: rgb(203,165,184); }
div.DivClassName
{
background-color: #CBA5B8;
}
.BgClassName
{
background-color: #CBA5B8;
}
</style>
border-color css
<style>
span { border-color: #CBA5B8; }
span { border-color: rgb(203,165,184); }
td.TdClassName
{
border-color: #CBA5B8;
}
.TagClassName
{
border-color: #CBA5B8;
}
</style>