Shades of London Hue #C489BC
Tints of London Hue #C489BC
RGB
CMYK
RGB Variations
Color information
#C489BC (or 0xC489BC) is known color: London Hue. HEX triplet: C4, 89 and BC. RGB value is (196,137,188). Sum of RGB (Red+Green+Blue) = 196+137+188=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C489BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C489BC is #3B7643. Grayscale: #A0A0A0. Windows color (decimal): -3896900 or 12356036. OLE color: 12356036.
HSL color Cylindrical-coordinate representation of color #C489BC: hue angle of 308.14º 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 #C489BC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 188 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.23 |
| HSL | 308.14º | 0.33% | 0.65% | - |
| HSV(B) | 308.14º | 0.3% | 0.77% | - |
| XYZ | 40.79 | 33.26 | 51.85 | - |
| YUV | 160.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 188 | 0 | 0.30 | 0.04 | 0.23 | 308.14 | 0.33 | 0.65 |
| Hex | C4 | 89 | BC | 0 | 1E | 4 | 17 | 134 | 21 | 41 |
| Octal | 304 | 211 | 274 | 0 | 36 | 4 | 27 | 464 | 41 | 101 |
| Binary | 11000100 | 10001001 | 10111100 | 0 | 11110 | 100 | 10111 | 100110100 | 100001 | 1000001 |
Color Harmonies of #C489BC
Complementary color
Monochromatic Colors of #C489BC
Black with #C489BC
Text Example
Text Example
White with #C489BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C489BC; }
p { color: rgb(196,137,188); }
H1.HeaderClassName
{
color: #C489BC;
}
.AnyTagClassName
{
color: #C489BC;
}
</style>
background-color css
<style>
a { background-color: #C489BC; }
a { background-color: rgb(196,137,188); }
div.DivClassName
{
background-color: #C489BC;
}
.BgClassName
{
background-color: #C489BC;
}
</style>
border-color css
<style>
span { border-color: #C489BC; }
span { border-color: rgb(196,137,188); }
td.TdClassName
{
border-color: #C489BC;
}
.TagClassName
{
border-color: #C489BC;
}
</style>