Shades of Lily #CB90AE
Tints of Lily #CB90AE
RGB
CMYK
RGB Variations
Color information
#CB90AE (or 0xCB90AE) is known color: Lily. HEX triplet: CB, 90 and AE. RGB value is (203,144,174). Sum of RGB (Red+Green+Blue) = 203+144+174=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90AE is #346F51. Grayscale: #A5A5A5. Windows color (decimal): -3436370 or 11440331. OLE color: 11440331.
HSL color Cylindrical-coordinate representation of color #CB90AE: hue angle of 329.49º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90AE is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 174 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.20 |
| HSL | 329.49º | 0.36% | 0.68% | - |
| HSV(B) | 329.49º | 0.29% | 0.8% | - |
| XYZ | 42.24 | 35.7 | 44.71 | - |
| YUV | 165.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 174 | 0 | 0.29 | 0.14 | 0.20 | 329.49 | 0.36 | 0.68 |
| Hex | CB | 90 | AE | 0 | 1D | E | 14 | 149 | 24 | 44 |
| Octal | 313 | 220 | 256 | 0 | 35 | 16 | 24 | 511 | 44 | 104 |
| Binary | 11001011 | 10010000 | 10101110 | 0 | 11101 | 1110 | 10100 | 101001001 | 100100 | 1000100 |
Color Harmonies of #CB90AE
Complementary color
Monochromatic Colors of #CB90AE
Black with #CB90AE
Text Example
Text Example
White with #CB90AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB90AE; }
p { color: rgb(203,144,174); }
H1.HeaderClassName
{
color: #CB90AE;
}
.AnyTagClassName
{
color: #CB90AE;
}
</style>
background-color css
<style>
a { background-color: #CB90AE; }
a { background-color: rgb(203,144,174); }
div.DivClassName
{
background-color: #CB90AE;
}
.BgClassName
{
background-color: #CB90AE;
}
</style>
border-color css
<style>
span { border-color: #CB90AE; }
span { border-color: rgb(203,144,174); }
td.TdClassName
{
border-color: #CB90AE;
}
.TagClassName
{
border-color: #CB90AE;
}
</style>