Shades of Lily #CBA3B3
Tints of Lily #CBA3B3
RGB
CMYK
RGB Variations
Color information
#CBA3B3 (or 0xCBA3B3) is known color: Lily. HEX triplet: CB, A3 and B3. RGB value is (203,163,179). Sum of RGB (Red+Green+Blue) = 203+163+179=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA3B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA3B3 is #345C4C. Grayscale: #B0B0B0. Windows color (decimal): -3431501 or 11772875. OLE color: 11772875.
HSL color Cylindrical-coordinate representation of color #CBA3B3: hue angle of 336º 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 #CBA3B3 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 179 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.20 |
| HSL | 336º | 0.28% | 0.72% | - |
| HSV(B) | 336º | 0.2% | 0.8% | - |
| XYZ | 45.86 | 42.15 | 48.37 | - |
| YUV | 176.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 179 | 0 | 0.20 | 0.12 | 0.20 | 336 | 0.28 | 0.72 |
| Hex | CB | A3 | B3 | 0 | 14 | C | 14 | 150 | 1C | 48 |
| Octal | 313 | 243 | 263 | 0 | 24 | 14 | 24 | 520 | 34 | 110 |
| Binary | 11001011 | 10100011 | 10110011 | 0 | 10100 | 1100 | 10100 | 101010000 | 11100 | 1001000 |
Color Harmonies of #CBA3B3
Complementary color
Monochromatic Colors of #CBA3B3
Black with #CBA3B3
Text Example
Text Example
White with #CBA3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA3B3; }
p { color: rgb(203,163,179); }
H1.HeaderClassName
{
color: #CBA3B3;
}
.AnyTagClassName
{
color: #CBA3B3;
}
</style>
background-color css
<style>
a { background-color: #CBA3B3; }
a { background-color: rgb(203,163,179); }
div.DivClassName
{
background-color: #CBA3B3;
}
.BgClassName
{
background-color: #CBA3B3;
}
</style>
border-color css
<style>
span { border-color: #CBA3B3; }
span { border-color: rgb(203,163,179); }
td.TdClassName
{
border-color: #CBA3B3;
}
.TagClassName
{
border-color: #CBA3B3;
}
</style>