Shades of London Hue #C484B9
Tints of London Hue #C484B9
RGB
CMYK
RGB Variations
Color information
#C484B9 (or 0xC484B9) is known color: London Hue. HEX triplet: C4, 84 and B9. RGB value is (196,132,185). Sum of RGB (Red+Green+Blue) = 196+132+185=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B9 is #3B7B46. Grayscale: #9D9D9D. Windows color (decimal): -3898183 or 12158148. OLE color: 12158148.
HSL color Cylindrical-coordinate representation of color #C484B9: hue angle of 310.31º 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 #C484B9 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 185 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.23 |
| HSL | 310.31º | 0.35% | 0.64% | - |
| HSV(B) | 310.31º | 0.33% | 0.77% | - |
| XYZ | 39.77 | 31.74 | 49.93 | - |
| YUV | 157.18 | 143.7 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 185 | 0 | 0.33 | 0.06 | 0.23 | 310.31 | 0.35 | 0.64 |
| Hex | C4 | 84 | B9 | 0 | 21 | 6 | 17 | 136 | 23 | 40 |
| Octal | 304 | 204 | 271 | 0 | 41 | 6 | 27 | 466 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10111001 | 0 | 100001 | 110 | 10111 | 100110110 | 100011 | 1000000 |
Color Harmonies of #C484B9
Complementary color
Monochromatic Colors of #C484B9
Black with #C484B9
Text Example
Text Example
White with #C484B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484B9; }
p { color: rgb(196,132,185); }
H1.HeaderClassName
{
color: #C484B9;
}
.AnyTagClassName
{
color: #C484B9;
}
</style>
background-color css
<style>
a { background-color: #C484B9; }
a { background-color: rgb(196,132,185); }
div.DivClassName
{
background-color: #C484B9;
}
.BgClassName
{
background-color: #C484B9;
}
</style>
border-color css
<style>
span { border-color: #C484B9; }
span { border-color: rgb(196,132,185); }
td.TdClassName
{
border-color: #C484B9;
}
.TagClassName
{
border-color: #C484B9;
}
</style>