Shades of London Hue #C482BC
Tints of London Hue #C482BC
RGB
CMYK
RGB Variations
Color information
#C482BC (or 0xC482BC) is known color: London Hue. HEX triplet: C4, 82 and BC. RGB value is (196,130,188). Sum of RGB (Red+Green+Blue) = 196+130+188=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C482BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482BC is #3B7D43. Grayscale: #9C9C9C. Windows color (decimal): -3898692 or 12354244. OLE color: 12354244.
HSL color Cylindrical-coordinate representation of color #C482BC: hue angle of 307.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C482BC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 188 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.23 |
| HSL | 307.27º | 0.36% | 0.64% | - |
| HSV(B) | 307.27º | 0.34% | 0.77% | - |
| XYZ | 39.82 | 31.33 | 51.53 | - |
| YUV | 156.35 | 145.87 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 188 | 0 | 0.34 | 0.04 | 0.23 | 307.27 | 0.36 | 0.64 |
| Hex | C4 | 82 | BC | 0 | 22 | 4 | 17 | 133 | 24 | 40 |
| Octal | 304 | 202 | 274 | 0 | 42 | 4 | 27 | 463 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10111100 | 0 | 100010 | 100 | 10111 | 100110011 | 100100 | 1000000 |
Color Harmonies of #C482BC
Complementary color
Monochromatic Colors of #C482BC
Black with #C482BC
Text Example
Text Example
White with #C482BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482BC; }
p { color: rgb(196,130,188); }
H1.HeaderClassName
{
color: #C482BC;
}
.AnyTagClassName
{
color: #C482BC;
}
</style>
background-color css
<style>
a { background-color: #C482BC; }
a { background-color: rgb(196,130,188); }
div.DivClassName
{
background-color: #C482BC;
}
.BgClassName
{
background-color: #C482BC;
}
</style>
border-color css
<style>
span { border-color: #C482BC; }
span { border-color: rgb(196,130,188); }
td.TdClassName
{
border-color: #C482BC;
}
.TagClassName
{
border-color: #C482BC;
}
</style>