Shades of London Hue #C482B9
Tints of London Hue #C482B9
RGB
CMYK
RGB Variations
Color information
#C482B9 (or 0xC482B9) is known color: London Hue. HEX triplet: C4, 82 and B9. RGB value is (196,130,185). Sum of RGB (Red+Green+Blue) = 196+130+185=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C482B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482B9 is #3B7D46. Grayscale: #9B9B9B. Windows color (decimal): -3898695 or 12157636. OLE color: 12157636.
HSL color Cylindrical-coordinate representation of color #C482B9: hue angle of 310º 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 #C482B9 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 130 | 185 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.23 |
| HSL | 310º | 0.36% | 0.64% | - |
| HSV(B) | 310º | 0.34% | 0.77% | - |
| XYZ | 39.5 | 31.2 | 49.84 | - |
| YUV | 156 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 185 | 0 | 0.34 | 0.06 | 0.23 | 310 | 0.36 | 0.64 |
| Hex | C4 | 82 | B9 | 0 | 22 | 6 | 17 | 136 | 24 | 40 |
| Octal | 304 | 202 | 271 | 0 | 42 | 6 | 27 | 466 | 44 | 100 |
| Binary | 11000100 | 10000010 | 10111001 | 0 | 100010 | 110 | 10111 | 100110110 | 100100 | 1000000 |
Color Harmonies of #C482B9
Complementary color
Monochromatic Colors of #C482B9
Black with #C482B9
Text Example
Text Example
White with #C482B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482B9; }
p { color: rgb(196,130,185); }
H1.HeaderClassName
{
color: #C482B9;
}
.AnyTagClassName
{
color: #C482B9;
}
</style>
background-color css
<style>
a { background-color: #C482B9; }
a { background-color: rgb(196,130,185); }
div.DivClassName
{
background-color: #C482B9;
}
.BgClassName
{
background-color: #C482B9;
}
</style>
border-color css
<style>
span { border-color: #C482B9; }
span { border-color: rgb(196,130,185); }
td.TdClassName
{
border-color: #C482B9;
}
.TagClassName
{
border-color: #C482B9;
}
</style>