Shades of London Hue #C084B1
Tints of London Hue #C084B1
RGB
CMYK
RGB Variations
Color information
#C084B1 (or 0xC084B1) is known color: London Hue. HEX triplet: C0, 84 and B1. RGB value is (192,132,177). Sum of RGB (Red+Green+Blue) = 192+132+177=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084B1 is #3F7B4E. Grayscale: #9A9A9A. Windows color (decimal): -4160335 or 11633856. OLE color: 11633856.
HSL color Cylindrical-coordinate representation of color #C084B1: hue angle of 315º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084B1 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 177 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.25 |
| HSL | 315º | 0.32% | 0.64% | - |
| HSV(B) | 315º | 0.31% | 0.75% | - |
| XYZ | 37.93 | 30.88 | 45.56 | - |
| YUV | 155.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 177 | 0 | 0.31 | 0.08 | 0.25 | 315 | 0.32 | 0.64 |
| Hex | C0 | 84 | B1 | 0 | 1F | 8 | 19 | 13B | 20 | 40 |
| Octal | 300 | 204 | 261 | 0 | 37 | 10 | 31 | 473 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10110001 | 0 | 11111 | 1000 | 11001 | 100111011 | 100000 | 1000000 |
Color Harmonies of #C084B1
Complementary color
Monochromatic Colors of #C084B1
Black with #C084B1
Text Example
Text Example
White with #C084B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084B1; }
p { color: rgb(192,132,177); }
H1.HeaderClassName
{
color: #C084B1;
}
.AnyTagClassName
{
color: #C084B1;
}
</style>
background-color css
<style>
a { background-color: #C084B1; }
a { background-color: rgb(192,132,177); }
div.DivClassName
{
background-color: #C084B1;
}
.BgClassName
{
background-color: #C084B1;
}
</style>
border-color css
<style>
span { border-color: #C084B1; }
span { border-color: rgb(192,132,177); }
td.TdClassName
{
border-color: #C084B1;
}
.TagClassName
{
border-color: #C084B1;
}
</style>