Shades of London Hue #C289B6
Tints of London Hue #C289B6
RGB
CMYK
RGB Variations
Color information
#C289B6 (or 0xC289B6) is known color: London Hue. HEX triplet: C2, 89 and B6. RGB value is (194,137,182). Sum of RGB (Red+Green+Blue) = 194+137+182=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C289B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289B6 is #3D7649. Grayscale: #9F9F9F. Windows color (decimal): -4027978 or 11962818. OLE color: 11962818.
HSL color Cylindrical-coordinate representation of color #C289B6: hue angle of 312.63º 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 #C289B6 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 182 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.24 |
| HSL | 312.63º | 0.32% | 0.65% | - |
| HSV(B) | 312.63º | 0.29% | 0.76% | - |
| XYZ | 39.64 | 32.74 | 48.49 | - |
| YUV | 159.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 182 | 0 | 0.29 | 0.06 | 0.24 | 312.63 | 0.32 | 0.65 |
| Hex | C2 | 89 | B6 | 0 | 1D | 6 | 18 | 139 | 20 | 41 |
| Octal | 302 | 211 | 266 | 0 | 35 | 6 | 30 | 471 | 40 | 101 |
| Binary | 11000010 | 10001001 | 10110110 | 0 | 11101 | 110 | 11000 | 100111001 | 100000 | 1000001 |
Color Harmonies of #C289B6
Complementary color
Monochromatic Colors of #C289B6
Black with #C289B6
Text Example
Text Example
White with #C289B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C289B6; }
p { color: rgb(194,137,182); }
H1.HeaderClassName
{
color: #C289B6;
}
.AnyTagClassName
{
color: #C289B6;
}
</style>
background-color css
<style>
a { background-color: #C289B6; }
a { background-color: rgb(194,137,182); }
div.DivClassName
{
background-color: #C289B6;
}
.BgClassName
{
background-color: #C289B6;
}
</style>
border-color css
<style>
span { border-color: #C289B6; }
span { border-color: rgb(194,137,182); }
td.TdClassName
{
border-color: #C289B6;
}
.TagClassName
{
border-color: #C289B6;
}
</style>