Shades of London Hue #C578B8
Tints of London Hue #C578B8
RGB
CMYK
RGB Variations
Color information
#C578B8 (or 0xC578B8) is known color: London Hue. HEX triplet: C5, 78 and B8. RGB value is (197,120,184). Sum of RGB (Red+Green+Blue) = 197+120+184=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C578B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C578B8 is #3A8747. Grayscale: #969696. Windows color (decimal): -3835720 or 12089541. OLE color: 12089541.
HSL color Cylindrical-coordinate representation of color #C578B8: hue angle of 310.13º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C578B8 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 120 | 184 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.23 |
| HSL | 310.13º | 0.4% | 0.62% | - |
| HSV(B) | 310.13º | 0.39% | 0.77% | - |
| XYZ | 38.39 | 28.76 | 48.88 | - |
| YUV | 150.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 120 | 184 | 0 | 0.39 | 0.07 | 0.23 | 310.13 | 0.4 | 0.62 |
| Hex | C5 | 78 | B8 | 0 | 27 | 7 | 17 | 136 | 28 | 3E |
| Octal | 305 | 170 | 270 | 0 | 47 | 7 | 27 | 466 | 50 | 76 |
| Binary | 11000101 | 1111000 | 10111000 | 0 | 100111 | 111 | 10111 | 100110110 | 101000 | 111110 |
Color Harmonies of #C578B8
Complementary color
Monochromatic Colors of #C578B8
Black with #C578B8
Text Example
Text Example
White with #C578B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C578B8; }
p { color: rgb(197,120,184); }
H1.HeaderClassName
{
color: #C578B8;
}
.AnyTagClassName
{
color: #C578B8;
}
</style>
background-color css
<style>
a { background-color: #C578B8; }
a { background-color: rgb(197,120,184); }
div.DivClassName
{
background-color: #C578B8;
}
.BgClassName
{
background-color: #C578B8;
}
</style>
border-color css
<style>
span { border-color: #C578B8; }
span { border-color: rgb(197,120,184); }
td.TdClassName
{
border-color: #C578B8;
}
.TagClassName
{
border-color: #C578B8;
}
</style>