Shades of Lily #CB92AC
Tints of Lily #CB92AC
RGB
CMYK
RGB Variations
Color information
#CB92AC (or 0xCB92AC) is known color: Lily. HEX triplet: CB, 92 and AC. RGB value is (203,146,172). Sum of RGB (Red+Green+Blue) = 203+146+172=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB92AC is #346D53. Grayscale: #A5A5A5. Windows color (decimal): -3435860 or 11309771. OLE color: 11309771.
HSL color Cylindrical-coordinate representation of color #CB92AC: hue angle of 332.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB92AC is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 172 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.20 |
| HSL | 332.63º | 0.35% | 0.68% | - |
| HSV(B) | 332.63º | 0.28% | 0.8% | - |
| XYZ | 42.35 | 36.23 | 43.79 | - |
| YUV | 166.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 172 | 0 | 0.28 | 0.15 | 0.20 | 332.63 | 0.35 | 0.68 |
| Hex | CB | 92 | AC | 0 | 1C | F | 14 | 14D | 23 | 44 |
| Octal | 313 | 222 | 254 | 0 | 34 | 17 | 24 | 515 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10101100 | 0 | 11100 | 1111 | 10100 | 101001101 | 100011 | 1000100 |
Color Harmonies of #CB92AC
Complementary color
Monochromatic Colors of #CB92AC
Black with #CB92AC
Text Example
Text Example
White with #CB92AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92AC; }
p { color: rgb(203,146,172); }
H1.HeaderClassName
{
color: #CB92AC;
}
.AnyTagClassName
{
color: #CB92AC;
}
</style>
background-color css
<style>
a { background-color: #CB92AC; }
a { background-color: rgb(203,146,172); }
div.DivClassName
{
background-color: #CB92AC;
}
.BgClassName
{
background-color: #CB92AC;
}
</style>
border-color css
<style>
span { border-color: #CB92AC; }
span { border-color: rgb(203,146,172); }
td.TdClassName
{
border-color: #CB92AC;
}
.TagClassName
{
border-color: #CB92AC;
}
</style>