Shades of Lily #CB94B2
Tints of Lily #CB94B2
RGB
CMYK
RGB Variations
Color information
#CB94B2 (or 0xCB94B2) is known color: Lily. HEX triplet: CB, 94 and B2. RGB value is (203,148,178). Sum of RGB (Red+Green+Blue) = 203+148+178=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CB94B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB94B2 is #346B4D. Grayscale: #A7A7A7. Windows color (decimal): -3435342 or 11703499. OLE color: 11703499.
HSL color Cylindrical-coordinate representation of color #CB94B2: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB94B2 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 178 | - |
| CMYK | 0 | 0.27 | 0.12 | 0.20 |
| HSL | 327.27º | 0.35% | 0.69% | - |
| HSV(B) | 327.27º | 0.27% | 0.8% | - |
| XYZ | 43.25 | 37.09 | 47 | - |
| YUV | 167.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 178 | 0 | 0.27 | 0.12 | 0.20 | 327.27 | 0.35 | 0.69 |
| Hex | CB | 94 | B2 | 0 | 1B | C | 14 | 147 | 23 | 45 |
| Octal | 313 | 224 | 262 | 0 | 33 | 14 | 24 | 507 | 43 | 105 |
| Binary | 11001011 | 10010100 | 10110010 | 0 | 11011 | 1100 | 10100 | 101000111 | 100011 | 1000101 |
Color Harmonies of #CB94B2
Complementary color
Monochromatic Colors of #CB94B2
Black with #CB94B2
Text Example
Text Example
White with #CB94B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB94B2; }
p { color: rgb(203,148,178); }
H1.HeaderClassName
{
color: #CB94B2;
}
.AnyTagClassName
{
color: #CB94B2;
}
</style>
background-color css
<style>
a { background-color: #CB94B2; }
a { background-color: rgb(203,148,178); }
div.DivClassName
{
background-color: #CB94B2;
}
.BgClassName
{
background-color: #CB94B2;
}
</style>
border-color css
<style>
span { border-color: #CB94B2; }
span { border-color: rgb(203,148,178); }
td.TdClassName
{
border-color: #CB94B2;
}
.TagClassName
{
border-color: #CB94B2;
}
</style>