Shades of London Hue #C389B9
Tints of London Hue #C389B9
RGB
CMYK
RGB Variations
Color information
#C389B9 (or 0xC389B9) is known color: London Hue. HEX triplet: C3, 89 and B9. RGB value is (195,137,185). Sum of RGB (Red+Green+Blue) = 195+137+185=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389B9 is #3C7646. Grayscale: #9F9F9F. Windows color (decimal): -3962439 or 12159427. OLE color: 12159427.
HSL color Cylindrical-coordinate representation of color #C389B9: hue angle of 310.34º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389B9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 137 | 185 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.24 |
| HSL | 310.34º | 0.33% | 0.65% | - |
| HSV(B) | 310.34º | 0.3% | 0.76% | - |
| XYZ | 40.21 | 33 | 50.15 | - |
| YUV | 159.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 185 | 0 | 0.30 | 0.05 | 0.24 | 310.34 | 0.33 | 0.65 |
| Hex | C3 | 89 | B9 | 0 | 1E | 5 | 18 | 136 | 21 | 41 |
| Octal | 303 | 211 | 271 | 0 | 36 | 5 | 30 | 466 | 41 | 101 |
| Binary | 11000011 | 10001001 | 10111001 | 0 | 11110 | 101 | 11000 | 100110110 | 100001 | 1000001 |
Color Harmonies of #C389B9
Complementary color
Monochromatic Colors of #C389B9
Black with #C389B9
Text Example
Text Example
White with #C389B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389B9; }
p { color: rgb(195,137,185); }
H1.HeaderClassName
{
color: #C389B9;
}
.AnyTagClassName
{
color: #C389B9;
}
</style>
background-color css
<style>
a { background-color: #C389B9; }
a { background-color: rgb(195,137,185); }
div.DivClassName
{
background-color: #C389B9;
}
.BgClassName
{
background-color: #C389B9;
}
</style>
border-color css
<style>
span { border-color: #C389B9; }
span { border-color: rgb(195,137,185); }
td.TdClassName
{
border-color: #C389B9;
}
.TagClassName
{
border-color: #C389B9;
}
</style>