Shades of Lily #C892BC
Tints of Lily #C892BC
RGB
CMYK
RGB Variations
Color information
#C892BC (or 0xC892BC) is known color: Lily. HEX triplet: C8, 92 and BC. RGB value is (200,146,188). Sum of RGB (Red+Green+Blue) = 200+146+188=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C892BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892BC is #376D43. Grayscale: #A6A6A6. Windows color (decimal): -3632452 or 12358344. OLE color: 12358344.
HSL color Cylindrical-coordinate representation of color #C892BC: hue angle of 313.33º 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 #C892BC is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 146 | 188 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.22 |
| HSL | 313.33º | 0.33% | 0.68% | - |
| HSV(B) | 313.33º | 0.27% | 0.78% | - |
| XYZ | 43.18 | 36.47 | 52.34 | - |
| YUV | 166.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 146 | 188 | 0 | 0.27 | 0.06 | 0.22 | 313.33 | 0.33 | 0.68 |
| Hex | C8 | 92 | BC | 0 | 1B | 6 | 16 | 139 | 21 | 44 |
| Octal | 310 | 222 | 274 | 0 | 33 | 6 | 26 | 471 | 41 | 104 |
| Binary | 11001000 | 10010010 | 10111100 | 0 | 11011 | 110 | 10110 | 100111001 | 100001 | 1000100 |
Color Harmonies of #C892BC
Complementary color
Monochromatic Colors of #C892BC
Black with #C892BC
Text Example
Text Example
White with #C892BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C892BC; }
p { color: rgb(200,146,188); }
H1.HeaderClassName
{
color: #C892BC;
}
.AnyTagClassName
{
color: #C892BC;
}
</style>
background-color css
<style>
a { background-color: #C892BC; }
a { background-color: rgb(200,146,188); }
div.DivClassName
{
background-color: #C892BC;
}
.BgClassName
{
background-color: #C892BC;
}
</style>
border-color css
<style>
span { border-color: #C892BC; }
span { border-color: rgb(200,146,188); }
td.TdClassName
{
border-color: #C892BC;
}
.TagClassName
{
border-color: #C892BC;
}
</style>