Shades of Lily #CBA8B3
Tints of Lily #CBA8B3
RGB
CMYK
RGB Variations
Color information
#CBA8B3 (or 0xCBA8B3) is known color: Lily. HEX triplet: CB, A8 and B3. RGB value is (203,168,179). Sum of RGB (Red+Green+Blue) = 203+168+179=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B3 is #34574C. Grayscale: #B3B3B3. Windows color (decimal): -3430221 or 11774155. OLE color: 11774155.
HSL color Cylindrical-coordinate representation of color #CBA8B3: hue angle of 341.14º 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 #CBA8B3 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 179 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.20 |
| HSL | 341.14º | 0.25% | 0.73% | - |
| HSV(B) | 341.14º | 0.17% | 0.8% | - |
| XYZ | 46.77 | 43.96 | 48.67 | - |
| YUV | 179.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 179 | 0 | 0.17 | 0.12 | 0.20 | 341.14 | 0.25 | 0.73 |
| Hex | CB | A8 | B3 | 0 | 11 | C | 14 | 155 | 19 | 49 |
| Octal | 313 | 250 | 263 | 0 | 21 | 14 | 24 | 525 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10110011 | 0 | 10001 | 1100 | 10100 | 101010101 | 11001 | 1001001 |
Color Harmonies of #CBA8B3
Complementary color
Monochromatic Colors of #CBA8B3
Black with #CBA8B3
Text Example
Text Example
White with #CBA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B3; }
p { color: rgb(203,168,179); }
H1.HeaderClassName
{
color: #CBA8B3;
}
.AnyTagClassName
{
color: #CBA8B3;
}
</style>
background-color css
<style>
a { background-color: #CBA8B3; }
a { background-color: rgb(203,168,179); }
div.DivClassName
{
background-color: #CBA8B3;
}
.BgClassName
{
background-color: #CBA8B3;
}
</style>
border-color css
<style>
span { border-color: #CBA8B3; }
span { border-color: rgb(203,168,179); }
td.TdClassName
{
border-color: #CBA8B3;
}
.TagClassName
{
border-color: #CBA8B3;
}
</style>