Shades of London Hue #C289B5
Tints of London Hue #C289B5
RGB
CMYK
RGB Variations
Color information
#C289B5 (or 0xC289B5) is known color: London Hue. HEX triplet: C2, 89 and B5. RGB value is (194,137,181). Sum of RGB (Red+Green+Blue) = 194+137+181=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C289B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289B5 is #3D764A. Grayscale: #9E9E9E. Windows color (decimal): -4027979 or 11897282. OLE color: 11897282.
HSL color Cylindrical-coordinate representation of color #C289B5: hue angle of 313.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C289B5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 181 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.24 |
| HSL | 313.68º | 0.32% | 0.65% | - |
| HSV(B) | 313.68º | 0.29% | 0.76% | - |
| XYZ | 39.53 | 32.7 | 47.94 | - |
| YUV | 159.06 | 140.38 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 181 | 0 | 0.29 | 0.07 | 0.24 | 313.68 | 0.32 | 0.65 |
| Hex | C2 | 89 | B5 | 0 | 1D | 7 | 18 | 13A | 20 | 41 |
| Octal | 302 | 211 | 265 | 0 | 35 | 7 | 30 | 472 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10110101 | 0 | 11101 | 111 | 11000 | 100111010 | 100000 | 1000001 |
Color Harmonies of #C289B5
Complementary color
Monochromatic Colors of #C289B5
Black with #C289B5
Text Example
Text Example
White with #C289B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289B5; }
p { color: rgb(194,137,181); }
H1.HeaderClassName
{
color: #C289B5;
}
.AnyTagClassName
{
color: #C289B5;
}
</style>
background-color css
<style>
a { background-color: #C289B5; }
a { background-color: rgb(194,137,181); }
div.DivClassName
{
background-color: #C289B5;
}
.BgClassName
{
background-color: #C289B5;
}
</style>
border-color css
<style>
span { border-color: #C289B5; }
span { border-color: rgb(194,137,181); }
td.TdClassName
{
border-color: #C289B5;
}
.TagClassName
{
border-color: #C289B5;
}
</style>