Shades of London Hue #C489BA
Tints of London Hue #C489BA
RGB
CMYK
RGB Variations
Color information
#C489BA (or 0xC489BA) is known color: London Hue. HEX triplet: C4, 89 and BA. RGB value is (196,137,186). Sum of RGB (Red+Green+Blue) = 196+137+186=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C489BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C489BA is #3B7645. Grayscale: #A0A0A0. Windows color (decimal): -3896902 or 12224964. OLE color: 12224964.
HSL color Cylindrical-coordinate representation of color #C489BA: hue angle of 310.17º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C489BA is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 186 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.23 |
| HSL | 310.17º | 0.33% | 0.65% | - |
| HSV(B) | 310.17º | 0.3% | 0.77% | - |
| XYZ | 40.57 | 33.17 | 50.72 | - |
| YUV | 160.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 186 | 0 | 0.30 | 0.05 | 0.23 | 310.17 | 0.33 | 0.65 |
| Hex | C4 | 89 | BA | 0 | 1E | 5 | 17 | 136 | 21 | 41 |
| Octal | 304 | 211 | 272 | 0 | 36 | 5 | 27 | 466 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10111010 | 0 | 11110 | 101 | 10111 | 100110110 | 100001 | 1000001 |
Color Harmonies of #C489BA
Complementary color
Monochromatic Colors of #C489BA
Black with #C489BA
Text Example
Text Example
White with #C489BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C489BA; }
p { color: rgb(196,137,186); }
H1.HeaderClassName
{
color: #C489BA;
}
.AnyTagClassName
{
color: #C489BA;
}
</style>
background-color css
<style>
a { background-color: #C489BA; }
a { background-color: rgb(196,137,186); }
div.DivClassName
{
background-color: #C489BA;
}
.BgClassName
{
background-color: #C489BA;
}
</style>
border-color css
<style>
span { border-color: #C489BA; }
span { border-color: rgb(196,137,186); }
td.TdClassName
{
border-color: #C489BA;
}
.TagClassName
{
border-color: #C489BA;
}
</style>