Shades of London Hue #C576B5
Tints of London Hue #C576B5
RGB
CMYK
RGB Variations
Color information
#C576B5 (or 0xC576B5) is known color: London Hue. HEX triplet: C5, 76 and B5. RGB value is (197,118,181). Sum of RGB (Red+Green+Blue) = 197+118+181=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C576B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C576B5 is #3A894A. Grayscale: #949494. Windows color (decimal): -3836235 or 11892421. OLE color: 11892421.
HSL color Cylindrical-coordinate representation of color #C576B5: hue angle of 312.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C576B5 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 118 | 181 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.23 |
| HSL | 312.15º | 0.41% | 0.62% | - |
| HSV(B) | 312.15º | 0.4% | 0.77% | - |
| XYZ | 37.84 | 28.16 | 47.16 | - |
| YUV | 148.8 | 146.17 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 118 | 181 | 0 | 0.40 | 0.08 | 0.23 | 312.15 | 0.41 | 0.62 |
| Hex | C5 | 76 | B5 | 0 | 28 | 8 | 17 | 138 | 29 | 3E |
| Octal | 305 | 166 | 265 | 0 | 50 | 10 | 27 | 470 | 51 | 76 |
| Binary | 11000101 | 1110110 | 10110101 | 0 | 101000 | 1000 | 10111 | 100111000 | 101001 | 111110 |
Color Harmonies of #C576B5
Complementary color
Monochromatic Colors of #C576B5
Black with #C576B5
Text Example
Text Example
White with #C576B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C576B5; }
p { color: rgb(197,118,181); }
H1.HeaderClassName
{
color: #C576B5;
}
.AnyTagClassName
{
color: #C576B5;
}
</style>
background-color css
<style>
a { background-color: #C576B5; }
a { background-color: rgb(197,118,181); }
div.DivClassName
{
background-color: #C576B5;
}
.BgClassName
{
background-color: #C576B5;
}
</style>
border-color css
<style>
span { border-color: #C576B5; }
span { border-color: rgb(197,118,181); }
td.TdClassName
{
border-color: #C576B5;
}
.TagClassName
{
border-color: #C576B5;
}
</style>