Shades of Lily #CB92B5
Tints of Lily #CB92B5
RGB
CMYK
RGB Variations
Color information
#CB92B5 (or 0xCB92B5) is known color: Lily. HEX triplet: CB, 92 and B5. RGB value is (203,146,181). Sum of RGB (Red+Green+Blue) = 203+146+181=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB92B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB92B5 is #346D4A. Grayscale: #A6A6A6. Windows color (decimal): -3435851 or 11899595. OLE color: 11899595.
HSL color Cylindrical-coordinate representation of color #CB92B5: hue angle of 323.16º 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 #CB92B5 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 181 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.20 |
| HSL | 323.16º | 0.35% | 0.68% | - |
| HSV(B) | 323.16º | 0.28% | 0.8% | - |
| XYZ | 43.25 | 36.59 | 48.5 | - |
| YUV | 167.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 181 | 0 | 0.28 | 0.11 | 0.20 | 323.16 | 0.35 | 0.68 |
| Hex | CB | 92 | B5 | 0 | 1C | B | 14 | 143 | 23 | 44 |
| Octal | 313 | 222 | 265 | 0 | 34 | 13 | 24 | 503 | 43 | 104 |
| Binary | 11001011 | 10010010 | 10110101 | 0 | 11100 | 1011 | 10100 | 101000011 | 100011 | 1000100 |
Color Harmonies of #CB92B5
Complementary color
Monochromatic Colors of #CB92B5
Black with #CB92B5
Text Example
Text Example
White with #CB92B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB92B5; }
p { color: rgb(203,146,181); }
H1.HeaderClassName
{
color: #CB92B5;
}
.AnyTagClassName
{
color: #CB92B5;
}
</style>
background-color css
<style>
a { background-color: #CB92B5; }
a { background-color: rgb(203,146,181); }
div.DivClassName
{
background-color: #CB92B5;
}
.BgClassName
{
background-color: #CB92B5;
}
</style>
border-color css
<style>
span { border-color: #CB92B5; }
span { border-color: rgb(203,146,181); }
td.TdClassName
{
border-color: #CB92B5;
}
.TagClassName
{
border-color: #CB92B5;
}
</style>