Shades of Lily #CB7AB6
Tints of Lily #CB7AB6
RGB
CMYK
RGB Variations
Color information
#CB7AB6 (or 0xCB7AB6) is known color: Lily. HEX triplet: CB, 7A and B6. RGB value is (203,122,182). Sum of RGB (Red+Green+Blue) = 203+122+182=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7AB6 is #348549. Grayscale: #989898. Windows color (decimal): -3441994 or 11958987. OLE color: 11958987.
HSL color Cylindrical-coordinate representation of color #CB7AB6: hue angle of 315.56º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB7AB6 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 182 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.20 |
| HSL | 315.56º | 0.44% | 0.64% | - |
| HSV(B) | 315.56º | 0.4% | 0.8% | - |
| XYZ | 40.03 | 29.99 | 47.94 | - |
| YUV | 153.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 182 | 0 | 0.40 | 0.10 | 0.20 | 315.56 | 0.44 | 0.64 |
| Hex | CB | 7A | B6 | 0 | 28 | A | 14 | 13C | 2C | 40 |
| Octal | 313 | 172 | 266 | 0 | 50 | 12 | 24 | 474 | 54 | 100 |
| Binary | 11001011 | 1111010 | 10110110 | 0 | 101000 | 1010 | 10100 | 100111100 | 101100 | 1000000 |
Color Harmonies of #CB7AB6
Complementary color
Monochromatic Colors of #CB7AB6
Black with #CB7AB6
Text Example
Text Example
White with #CB7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AB6; }
p { color: rgb(203,122,182); }
H1.HeaderClassName
{
color: #CB7AB6;
}
.AnyTagClassName
{
color: #CB7AB6;
}
</style>
background-color css
<style>
a { background-color: #CB7AB6; }
a { background-color: rgb(203,122,182); }
div.DivClassName
{
background-color: #CB7AB6;
}
.BgClassName
{
background-color: #CB7AB6;
}
</style>
border-color css
<style>
span { border-color: #CB7AB6; }
span { border-color: rgb(203,122,182); }
td.TdClassName
{
border-color: #CB7AB6;
}
.TagClassName
{
border-color: #CB7AB6;
}
</style>