Shades of London Hue #C276B0
Tints of London Hue #C276B0
RGB
CMYK
RGB Variations
Color information
#C276B0 (or 0xC276B0) is known color: London Hue. HEX triplet: C2, 76 and B0. RGB value is (194,118,176). Sum of RGB (Red+Green+Blue) = 194+118+176=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C276B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C276B0 is #3D894F. Grayscale: #939393. Windows color (decimal): -4032848 or 11564738. OLE color: 11564738.
HSL color Cylindrical-coordinate representation of color #C276B0: hue angle of 314.21º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C276B0 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 176 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.24 |
| HSL | 314.21º | 0.38% | 0.61% | - |
| HSV(B) | 314.21º | 0.39% | 0.76% | - |
| XYZ | 36.56 | 27.56 | 44.47 | - |
| YUV | 147.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 176 | 0 | 0.39 | 0.09 | 0.24 | 314.21 | 0.38 | 0.61 |
| Hex | C2 | 76 | B0 | 0 | 27 | 9 | 18 | 13A | 26 | 3D |
| Octal | 302 | 166 | 260 | 0 | 47 | 11 | 30 | 472 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10110000 | 0 | 100111 | 1001 | 11000 | 100111010 | 100110 | 111101 |
Color Harmonies of #C276B0
Complementary color
Monochromatic Colors of #C276B0
Black with #C276B0
Text Example
Text Example
White with #C276B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276B0; }
p { color: rgb(194,118,176); }
H1.HeaderClassName
{
color: #C276B0;
}
.AnyTagClassName
{
color: #C276B0;
}
</style>
background-color css
<style>
a { background-color: #C276B0; }
a { background-color: rgb(194,118,176); }
div.DivClassName
{
background-color: #C276B0;
}
.BgClassName
{
background-color: #C276B0;
}
</style>
border-color css
<style>
span { border-color: #C276B0; }
span { border-color: rgb(194,118,176); }
td.TdClassName
{
border-color: #C276B0;
}
.TagClassName
{
border-color: #C276B0;
}
</style>