Shades of London Hue #C276B4
Tints of London Hue #C276B4
RGB
CMYK
RGB Variations
Color information
#C276B4 (or 0xC276B4) is known color: London Hue. HEX triplet: C2, 76 and B4. RGB value is (194,118,180). Sum of RGB (Red+Green+Blue) = 194+118+180=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C276B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C276B4 is #3D894B. Grayscale: #939393. Windows color (decimal): -4032844 or 11826882. OLE color: 11826882.
HSL color Cylindrical-coordinate representation of color #C276B4: hue angle of 311.05º 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 #C276B4 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 180 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.24 |
| HSL | 311.05º | 0.38% | 0.61% | - |
| HSV(B) | 311.05º | 0.39% | 0.76% | - |
| XYZ | 36.96 | 27.72 | 46.58 | - |
| YUV | 147.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 180 | 0 | 0.39 | 0.07 | 0.24 | 311.05 | 0.38 | 0.61 |
| Hex | C2 | 76 | B4 | 0 | 27 | 7 | 18 | 137 | 26 | 3D |
| Octal | 302 | 166 | 264 | 0 | 47 | 7 | 30 | 467 | 46 | 75 |
| Binary | 11000010 | 1110110 | 10110100 | 0 | 100111 | 111 | 11000 | 100110111 | 100110 | 111101 |
Color Harmonies of #C276B4
Complementary color
Monochromatic Colors of #C276B4
Black with #C276B4
Text Example
Text Example
White with #C276B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C276B4; }
p { color: rgb(194,118,180); }
H1.HeaderClassName
{
color: #C276B4;
}
.AnyTagClassName
{
color: #C276B4;
}
</style>
background-color css
<style>
a { background-color: #C276B4; }
a { background-color: rgb(194,118,180); }
div.DivClassName
{
background-color: #C276B4;
}
.BgClassName
{
background-color: #C276B4;
}
</style>
border-color css
<style>
span { border-color: #C276B4; }
span { border-color: rgb(194,118,180); }
td.TdClassName
{
border-color: #C276B4;
}
.TagClassName
{
border-color: #C276B4;
}
</style>