Shades of London Hue #C484B8
Tints of London Hue #C484B8
RGB
CMYK
RGB Variations
Color information
#C484B8 (or 0xC484B8) is known color: London Hue. HEX triplet: C4, 84 and B8. RGB value is (196,132,184). Sum of RGB (Red+Green+Blue) = 196+132+184=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B8 is #3B7B47. Grayscale: #9C9C9C. Windows color (decimal): -3898184 or 12092612. OLE color: 12092612.
HSL color Cylindrical-coordinate representation of color #C484B8: hue angle of 311.25º 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 #C484B8 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 132 | 184 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.23 |
| HSL | 311.25º | 0.35% | 0.64% | - |
| HSV(B) | 311.25º | 0.33% | 0.77% | - |
| XYZ | 39.67 | 31.7 | 49.38 | - |
| YUV | 157.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 132 | 184 | 0 | 0.33 | 0.06 | 0.23 | 311.25 | 0.35 | 0.64 |
| Hex | C4 | 84 | B8 | 0 | 21 | 6 | 17 | 137 | 23 | 40 |
| Octal | 304 | 204 | 270 | 0 | 41 | 6 | 27 | 467 | 43 | 100 |
| Binary | 11000100 | 10000100 | 10111000 | 0 | 100001 | 110 | 10111 | 100110111 | 100011 | 1000000 |
Color Harmonies of #C484B8
Complementary color
Monochromatic Colors of #C484B8
Black with #C484B8
Text Example
Text Example
White with #C484B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C484B8; }
p { color: rgb(196,132,184); }
H1.HeaderClassName
{
color: #C484B8;
}
.AnyTagClassName
{
color: #C484B8;
}
</style>
background-color css
<style>
a { background-color: #C484B8; }
a { background-color: rgb(196,132,184); }
div.DivClassName
{
background-color: #C484B8;
}
.BgClassName
{
background-color: #C484B8;
}
</style>
border-color css
<style>
span { border-color: #C484B8; }
span { border-color: rgb(196,132,184); }
td.TdClassName
{
border-color: #C484B8;
}
.TagClassName
{
border-color: #C484B8;
}
</style>