Shades of London Hue #C078B8
Tints of London Hue #C078B8
RGB
CMYK
RGB Variations
Color information
#C078B8 (or 0xC078B8) is known color: London Hue. HEX triplet: C0, 78 and B8. RGB value is (192,120,184). Sum of RGB (Red+Green+Blue) = 192+120+184=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078B8 is #3F8747. Grayscale: #949494. Windows color (decimal): -4163400 or 12089536. OLE color: 12089536.
HSL color Cylindrical-coordinate representation of color #C078B8: hue angle of 306.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078B8 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 184 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.25 |
| HSL | 306.67º | 0.36% | 0.61% | - |
| HSV(B) | 306.67º | 0.38% | 0.75% | - |
| XYZ | 37.11 | 28.1 | 48.82 | - |
| YUV | 148.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 184 | 0 | 0.38 | 0.04 | 0.25 | 306.67 | 0.36 | 0.61 |
| Hex | C0 | 78 | B8 | 0 | 26 | 4 | 19 | 133 | 24 | 3D |
| Octal | 300 | 170 | 270 | 0 | 46 | 4 | 31 | 463 | 44 | 75 |
| Binary | 11000000 | 1111000 | 10111000 | 0 | 100110 | 100 | 11001 | 100110011 | 100100 | 111101 |
Color Harmonies of #C078B8
Complementary color
Monochromatic Colors of #C078B8
Black with #C078B8
Text Example
Text Example
White with #C078B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078B8; }
p { color: rgb(192,120,184); }
H1.HeaderClassName
{
color: #C078B8;
}
.AnyTagClassName
{
color: #C078B8;
}
</style>
background-color css
<style>
a { background-color: #C078B8; }
a { background-color: rgb(192,120,184); }
div.DivClassName
{
background-color: #C078B8;
}
.BgClassName
{
background-color: #C078B8;
}
</style>
border-color css
<style>
span { border-color: #C078B8; }
span { border-color: rgb(192,120,184); }
td.TdClassName
{
border-color: #C078B8;
}
.TagClassName
{
border-color: #C078B8;
}
</style>