Shades of Lily #CBA1B9
Tints of Lily #CBA1B9
RGB
CMYK
RGB Variations
Color information
#CBA1B9 (or 0xCBA1B9) is known color: Lily. HEX triplet: CB, A1 and B9. RGB value is (203,161,185). Sum of RGB (Red+Green+Blue) = 203+161+185=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1B9 is #345E46. Grayscale: #B0B0B0. Windows color (decimal): -3432007 or 12165579. OLE color: 12165579.
HSL color Cylindrical-coordinate representation of color #CBA1B9: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1B9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 161 | 185 | - |
CMYK | 0 | 0.21 | 0.09 | 0.20 |
HSL | 325.71º | 0.29% | 0.71% | - |
HSV(B) | 325.71º | 0.21% | 0.8% | - |
XYZ | 46.13 | 41.69 | 51.51 | - |
YUV | 176.29 | 132.91 | 147.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 161 | 185 | 0 | 0.21 | 0.09 | 0.20 | 325.71 | 0.29 | 0.71 |
Hex | CB | A1 | B9 | 0 | 15 | 9 | 14 | 146 | 1D | 47 |
Octal | 313 | 241 | 271 | 0 | 25 | 11 | 24 | 506 | 35 | 107 |
Binary | 11001011 | 10100001 | 10111001 | 0 | 10101 | 1001 | 10100 | 101000110 | 11101 | 1000111 |
Color Harmonies of #CBA1B9
Complementary color
Monochromatic Colors of #CBA1B9
Black with #CBA1B9
Text Example
Text Example
White with #CBA1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1B9; }
p { color: rgb(203,161,185); }
H1.HeaderClassName
{
color: #CBA1B9;
}
.AnyTagClassName
{
color: #CBA1B9;
}
</style>
background-color css
<style>
a { background-color: #CBA1B9; }
a { background-color: rgb(203,161,185); }
div.DivClassName
{
background-color: #CBA1B9;
}
.BgClassName
{
background-color: #CBA1B9;
}
</style>
border-color css
<style>
span { border-color: #CBA1B9; }
span { border-color: rgb(203,161,185); }
td.TdClassName
{
border-color: #CBA1B9;
}
.TagClassName
{
border-color: #CBA1B9;
}
</style>