Shades of Lily #CBA7B3
Tints of Lily #CBA7B3
RGB
CMYK
RGB Variations
Color information
#CBA7B3 (or 0xCBA7B3) is known color: Lily. HEX triplet: CB, A7 and B3. RGB value is (203,167,179). Sum of RGB (Red+Green+Blue) = 203+167+179=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7B3 is #34584C. Grayscale: #B3B3B3. Windows color (decimal): -3430477 or 11773899. OLE color: 11773899.
HSL color Cylindrical-coordinate representation of color #CBA7B3: hue angle of 340º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA7B3 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 179 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.20 |
| HSL | 340º | 0.26% | 0.73% | - |
| HSV(B) | 340º | 0.18% | 0.8% | - |
| XYZ | 46.58 | 43.59 | 48.61 | - |
| YUV | 179.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 179 | 0 | 0.18 | 0.12 | 0.20 | 340 | 0.26 | 0.73 |
| Hex | CB | A7 | B3 | 0 | 12 | C | 14 | 154 | 1A | 49 |
| Octal | 313 | 247 | 263 | 0 | 22 | 14 | 24 | 524 | 32 | 111 |
| Binary | 11001011 | 10100111 | 10110011 | 0 | 10010 | 1100 | 10100 | 101010100 | 11010 | 1001001 |
Color Harmonies of #CBA7B3
Complementary color
Monochromatic Colors of #CBA7B3
Black with #CBA7B3
Text Example
Text Example
White with #CBA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7B3; }
p { color: rgb(203,167,179); }
H1.HeaderClassName
{
color: #CBA7B3;
}
.AnyTagClassName
{
color: #CBA7B3;
}
</style>
background-color css
<style>
a { background-color: #CBA7B3; }
a { background-color: rgb(203,167,179); }
div.DivClassName
{
background-color: #CBA7B3;
}
.BgClassName
{
background-color: #CBA7B3;
}
</style>
border-color css
<style>
span { border-color: #CBA7B3; }
span { border-color: rgb(203,167,179); }
td.TdClassName
{
border-color: #CBA7B3;
}
.TagClassName
{
border-color: #CBA7B3;
}
</style>