Shades of Lily #CBA2B1
Tints of Lily #CBA2B1
RGB
CMYK
RGB Variations
Color information
#CBA2B1 (or 0xCBA2B1) is known color: Lily. HEX triplet: CB, A2 and B1. RGB value is (203,162,177). Sum of RGB (Red+Green+Blue) = 203+162+177=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2B1 is #345D4E. Grayscale: #AFAFAF. Windows color (decimal): -3431759 or 11641547. OLE color: 11641547.
HSL color Cylindrical-coordinate representation of color #CBA2B1: hue angle of 338.05º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2B1 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 177 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.20 |
| HSL | 338.05º | 0.28% | 0.72% | - |
| HSV(B) | 338.05º | 0.2% | 0.8% | - |
| XYZ | 45.48 | 41.71 | 47.25 | - |
| YUV | 175.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 177 | 0 | 0.20 | 0.13 | 0.20 | 338.05 | 0.28 | 0.72 |
| Hex | CB | A2 | B1 | 0 | 14 | D | 14 | 152 | 1C | 48 |
| Octal | 313 | 242 | 261 | 0 | 24 | 15 | 24 | 522 | 34 | 110 |
| Binary | 11001011 | 10100010 | 10110001 | 0 | 10100 | 1101 | 10100 | 101010010 | 11100 | 1001000 |
Color Harmonies of #CBA2B1
Complementary color
Monochromatic Colors of #CBA2B1
Black with #CBA2B1
Text Example
Text Example
White with #CBA2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2B1; }
p { color: rgb(203,162,177); }
H1.HeaderClassName
{
color: #CBA2B1;
}
.AnyTagClassName
{
color: #CBA2B1;
}
</style>
background-color css
<style>
a { background-color: #CBA2B1; }
a { background-color: rgb(203,162,177); }
div.DivClassName
{
background-color: #CBA2B1;
}
.BgClassName
{
background-color: #CBA2B1;
}
</style>
border-color css
<style>
span { border-color: #CBA2B1; }
span { border-color: rgb(203,162,177); }
td.TdClassName
{
border-color: #CBA2B1;
}
.TagClassName
{
border-color: #CBA2B1;
}
</style>