Shades of London Hue #C484BC
Tints of London Hue #C484BC
RGB
CMYK
RGB Variations
Color information
#C484BC (or 0xC484BC) is known color: London Hue. HEX triplet: C4, 84 and BC. RGB value is (196,132,188). Sum of RGB (Red+Green+Blue) = 196+132+188=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BC is #3B7B43. Grayscale: #9D9D9D. Windows color (decimal): -3898180 or 12354756. OLE color: 12354756.
HSL color Cylindrical-coordinate representation of color #C484BC: hue angle of 307.5º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484BC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 188 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.23 |
| HSL | 307.5º | 0.35% | 0.64% | - |
| HSV(B) | 307.5º | 0.33% | 0.77% | - |
| XYZ | 40.09 | 31.87 | 51.62 | - |
| YUV | 157.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 188 | 0 | 0.33 | 0.04 | 0.23 | 307.5 | 0.35 | 0.64 |
| Hex | C4 | 84 | BC | 0 | 21 | 4 | 17 | 134 | 23 | 40 |
| Octal | 304 | 204 | 274 | 0 | 41 | 4 | 27 | 464 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10111100 | 0 | 100001 | 100 | 10111 | 100110100 | 100011 | 1000000 |
Color Harmonies of #C484BC
Complementary color
Monochromatic Colors of #C484BC
Black with #C484BC
Text Example
Text Example
White with #C484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484BC; }
p { color: rgb(196,132,188); }
H1.HeaderClassName
{
color: #C484BC;
}
.AnyTagClassName
{
color: #C484BC;
}
</style>
background-color css
<style>
a { background-color: #C484BC; }
a { background-color: rgb(196,132,188); }
div.DivClassName
{
background-color: #C484BC;
}
.BgClassName
{
background-color: #C484BC;
}
</style>
border-color css
<style>
span { border-color: #C484BC; }
span { border-color: rgb(196,132,188); }
td.TdClassName
{
border-color: #C484BC;
}
.TagClassName
{
border-color: #C484BC;
}
</style>