Shades of Lily #CBA1B3
Tints of Lily #CBA1B3
RGB
CMYK
RGB Variations
Color information
#CBA1B3 (or 0xCBA1B3) is known color: Lily. HEX triplet: CB, A1 and B3. RGB value is (203,161,179). Sum of RGB (Red+Green+Blue) = 203+161+179=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1B3 is #345E4C. Grayscale: #AFAFAF. Windows color (decimal): -3432013 or 11772363. OLE color: 11772363.
HSL color Cylindrical-coordinate representation of color #CBA1B3: hue angle of 334.29º 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 #CBA1B3 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 179 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.20 |
| HSL | 334.29º | 0.29% | 0.71% | - |
| HSV(B) | 334.29º | 0.21% | 0.8% | - |
| XYZ | 45.51 | 41.44 | 48.25 | - |
| YUV | 175.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 179 | 0 | 0.21 | 0.12 | 0.20 | 334.29 | 0.29 | 0.71 |
| Hex | CB | A1 | B3 | 0 | 15 | C | 14 | 14E | 1D | 47 |
| Octal | 313 | 241 | 263 | 0 | 25 | 14 | 24 | 516 | 35 | 107 |
| Binary | 11001011 | 10100001 | 10110011 | 0 | 10101 | 1100 | 10100 | 101001110 | 11101 | 1000111 |
Color Harmonies of #CBA1B3
Complementary color
Monochromatic Colors of #CBA1B3
Black with #CBA1B3
Text Example
Text Example
White with #CBA1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1B3; }
p { color: rgb(203,161,179); }
H1.HeaderClassName
{
color: #CBA1B3;
}
.AnyTagClassName
{
color: #CBA1B3;
}
</style>
background-color css
<style>
a { background-color: #CBA1B3; }
a { background-color: rgb(203,161,179); }
div.DivClassName
{
background-color: #CBA1B3;
}
.BgClassName
{
background-color: #CBA1B3;
}
</style>
border-color css
<style>
span { border-color: #CBA1B3; }
span { border-color: rgb(203,161,179); }
td.TdClassName
{
border-color: #CBA1B3;
}
.TagClassName
{
border-color: #CBA1B3;
}
</style>