Shades of Lily #CBA8B6
Tints of Lily #CBA8B6
RGB
CMYK
RGB Variations
Color information
#CBA8B6 (or 0xCBA8B6) is known color: Lily. HEX triplet: CB, A8 and B6. RGB value is (203,168,182). Sum of RGB (Red+Green+Blue) = 203+168+182=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B6 is #345749. Grayscale: #B4B4B4. Windows color (decimal): -3430218 or 11970763. OLE color: 11970763.
HSL color Cylindrical-coordinate representation of color #CBA8B6: hue angle of 336º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B6 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 182 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.20 |
| HSL | 336º | 0.25% | 0.73% | - |
| HSV(B) | 336º | 0.17% | 0.8% | - |
| XYZ | 47.07 | 44.08 | 50.28 | - |
| YUV | 180.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 182 | 0 | 0.17 | 0.10 | 0.20 | 336 | 0.25 | 0.73 |
| Hex | CB | A8 | B6 | 0 | 11 | A | 14 | 150 | 19 | 49 |
| Octal | 313 | 250 | 266 | 0 | 21 | 12 | 24 | 520 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10110110 | 0 | 10001 | 1010 | 10100 | 101010000 | 11001 | 1001001 |
Color Harmonies of #CBA8B6
Complementary color
Monochromatic Colors of #CBA8B6
Black with #CBA8B6
Text Example
Text Example
White with #CBA8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B6; }
p { color: rgb(203,168,182); }
H1.HeaderClassName
{
color: #CBA8B6;
}
.AnyTagClassName
{
color: #CBA8B6;
}
</style>
background-color css
<style>
a { background-color: #CBA8B6; }
a { background-color: rgb(203,168,182); }
div.DivClassName
{
background-color: #CBA8B6;
}
.BgClassName
{
background-color: #CBA8B6;
}
</style>
border-color css
<style>
span { border-color: #CBA8B6; }
span { border-color: rgb(203,168,182); }
td.TdClassName
{
border-color: #CBA8B6;
}
.TagClassName
{
border-color: #CBA8B6;
}
</style>