Shades of Lily #C892B7
Tints of Lily #C892B7
RGB
CMYK
RGB Variations
Color information
#C892B7 (or 0xC892B7) is known color: Lily. HEX triplet: C8, 92 and B7. RGB value is (200,146,183). Sum of RGB (Red+Green+Blue) = 200+146+183=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C892B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892B7 is #376D48. Grayscale: #A6A6A6. Windows color (decimal): -3632457 or 12030664. OLE color: 12030664.
HSL color Cylindrical-coordinate representation of color #C892B7: hue angle of 318.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C892B7 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 183 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.22 |
| HSL | 318.89º | 0.33% | 0.68% | - |
| HSV(B) | 318.89º | 0.27% | 0.78% | - |
| XYZ | 42.65 | 36.26 | 49.55 | - |
| YUV | 166.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 183 | 0 | 0.27 | 0.08 | 0.22 | 318.89 | 0.33 | 0.68 |
| Hex | C8 | 92 | B7 | 0 | 1B | 8 | 16 | 13F | 21 | 44 |
| Octal | 310 | 222 | 267 | 0 | 33 | 10 | 26 | 477 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10110111 | 0 | 11011 | 1000 | 10110 | 100111111 | 100001 | 1000100 |
Color Harmonies of #C892B7
Complementary color
Monochromatic Colors of #C892B7
Black with #C892B7
Text Example
Text Example
White with #C892B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892B7; }
p { color: rgb(200,146,183); }
H1.HeaderClassName
{
color: #C892B7;
}
.AnyTagClassName
{
color: #C892B7;
}
</style>
background-color css
<style>
a { background-color: #C892B7; }
a { background-color: rgb(200,146,183); }
div.DivClassName
{
background-color: #C892B7;
}
.BgClassName
{
background-color: #C892B7;
}
</style>
border-color css
<style>
span { border-color: #C892B7; }
span { border-color: rgb(200,146,183); }
td.TdClassName
{
border-color: #C892B7;
}
.TagClassName
{
border-color: #C892B7;
}
</style>