Shades of Lily #CBA0B2
Tints of Lily #CBA0B2
RGB
CMYK
RGB Variations
Color information
#CBA0B2 (or 0xCBA0B2) is known color: Lily. HEX triplet: CB, A0 and B2. RGB value is (203,160,178). Sum of RGB (Red+Green+Blue) = 203+160+178=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0B2 is #345F4D. Grayscale: #AEAEAE. Windows color (decimal): -3432270 or 11706571. OLE color: 11706571.
HSL color Cylindrical-coordinate representation of color #CBA0B2: hue angle of 334.88º 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 #CBA0B2 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 178 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.20 |
| HSL | 334.88º | 0.29% | 0.71% | - |
| HSV(B) | 334.88º | 0.21% | 0.8% | - |
| XYZ | 45.24 | 41.05 | 47.66 | - |
| YUV | 174.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 178 | 0 | 0.21 | 0.12 | 0.20 | 334.88 | 0.29 | 0.71 |
| Hex | CB | A0 | B2 | 0 | 15 | C | 14 | 14F | 1D | 47 |
| Octal | 313 | 240 | 262 | 0 | 25 | 14 | 24 | 517 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10110010 | 0 | 10101 | 1100 | 10100 | 101001111 | 11101 | 1000111 |
Color Harmonies of #CBA0B2
Complementary color
Monochromatic Colors of #CBA0B2
Black with #CBA0B2
Text Example
Text Example
White with #CBA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0B2; }
p { color: rgb(203,160,178); }
H1.HeaderClassName
{
color: #CBA0B2;
}
.AnyTagClassName
{
color: #CBA0B2;
}
</style>
background-color css
<style>
a { background-color: #CBA0B2; }
a { background-color: rgb(203,160,178); }
div.DivClassName
{
background-color: #CBA0B2;
}
.BgClassName
{
background-color: #CBA0B2;
}
</style>
border-color css
<style>
span { border-color: #CBA0B2; }
span { border-color: rgb(203,160,178); }
td.TdClassName
{
border-color: #CBA0B2;
}
.TagClassName
{
border-color: #CBA0B2;
}
</style>