Shades of London Hue #C577B6
Tints of London Hue #C577B6
RGB
CMYK
RGB Variations
Color information
#C577B6 (or 0xC577B6) is known color: London Hue. HEX triplet: C5, 77 and B6. RGB value is (197,119,182). Sum of RGB (Red+Green+Blue) = 197+119+182=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C577B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577B6 is #3A8849. Grayscale: #959595. Windows color (decimal): -3835978 or 11958213. OLE color: 11958213.
HSL color Cylindrical-coordinate representation of color #C577B6: hue angle of 311.54º degrees, saturation: 0.4, 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 #C577B6 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 182 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.23 |
| HSL | 311.54º | 0.4% | 0.62% | - |
| HSV(B) | 311.54º | 0.4% | 0.77% | - |
| XYZ | 38.07 | 28.44 | 47.74 | - |
| YUV | 149.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 182 | 0 | 0.40 | 0.08 | 0.23 | 311.54 | 0.4 | 0.62 |
| Hex | C5 | 77 | B6 | 0 | 28 | 8 | 17 | 138 | 28 | 3E |
| Octal | 305 | 167 | 266 | 0 | 50 | 10 | 27 | 470 | 50 | 76 |
| Binary | 11000101 | 1110111 | 10110110 | 0 | 101000 | 1000 | 10111 | 100111000 | 101000 | 111110 |
Color Harmonies of #C577B6
Complementary color
Monochromatic Colors of #C577B6
Black with #C577B6
Text Example
Text Example
White with #C577B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577B6; }
p { color: rgb(197,119,182); }
H1.HeaderClassName
{
color: #C577B6;
}
.AnyTagClassName
{
color: #C577B6;
}
</style>
background-color css
<style>
a { background-color: #C577B6; }
a { background-color: rgb(197,119,182); }
div.DivClassName
{
background-color: #C577B6;
}
.BgClassName
{
background-color: #C577B6;
}
</style>
border-color css
<style>
span { border-color: #C577B6; }
span { border-color: rgb(197,119,182); }
td.TdClassName
{
border-color: #C577B6;
}
.TagClassName
{
border-color: #C577B6;
}
</style>