Shades of London Hue #C378B8
Tints of London Hue #C378B8
RGB
CMYK
RGB Variations
Color information
#C378B8 (or 0xC378B8) is known color: London Hue. HEX triplet: C3, 78 and B8. RGB value is (195,120,184). Sum of RGB (Red+Green+Blue) = 195+120+184=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C378B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C378B8 is #3C8747. Grayscale: #959595. Windows color (decimal): -3966792 or 12089539. OLE color: 12089539.
HSL color Cylindrical-coordinate representation of color #C378B8: hue angle of 308.8º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C378B8 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 120 | 184 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.24 |
| HSL | 308.8º | 0.38% | 0.62% | - |
| HSV(B) | 308.8º | 0.38% | 0.76% | - |
| XYZ | 37.87 | 28.5 | 48.85 | - |
| YUV | 149.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 120 | 184 | 0 | 0.38 | 0.06 | 0.24 | 308.8 | 0.38 | 0.62 |
| Hex | C3 | 78 | B8 | 0 | 26 | 6 | 18 | 135 | 26 | 3E |
| Octal | 303 | 170 | 270 | 0 | 46 | 6 | 30 | 465 | 46 | 76 |
| Binary | 11000011 | 1111000 | 10111000 | 0 | 100110 | 110 | 11000 | 100110101 | 100110 | 111110 |
Color Harmonies of #C378B8
Complementary color
Monochromatic Colors of #C378B8
Black with #C378B8
Text Example
Text Example
White with #C378B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C378B8; }
p { color: rgb(195,120,184); }
H1.HeaderClassName
{
color: #C378B8;
}
.AnyTagClassName
{
color: #C378B8;
}
</style>
background-color css
<style>
a { background-color: #C378B8; }
a { background-color: rgb(195,120,184); }
div.DivClassName
{
background-color: #C378B8;
}
.BgClassName
{
background-color: #C378B8;
}
</style>
border-color css
<style>
span { border-color: #C378B8; }
span { border-color: rgb(195,120,184); }
td.TdClassName
{
border-color: #C378B8;
}
.TagClassName
{
border-color: #C378B8;
}
</style>