Shades of London Hue #C084B7
Tints of London Hue #C084B7
RGB
CMYK
RGB Variations
Color information
#C084B7 (or 0xC084B7) is known color: London Hue. HEX triplet: C0, 84 and B7. RGB value is (192,132,183). Sum of RGB (Red+Green+Blue) = 192+132+183=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084B7 is #3F7B48. Grayscale: #9B9B9B. Windows color (decimal): -4160329 or 12027072. OLE color: 12027072.
HSL color Cylindrical-coordinate representation of color #C084B7: hue angle of 309º 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 #C084B7 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 132 | 183 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.25 |
| HSL | 309º | 0.32% | 0.64% | - |
| HSV(B) | 309º | 0.31% | 0.75% | - |
| XYZ | 38.54 | 31.13 | 48.78 | - |
| YUV | 155.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 183 | 0 | 0.31 | 0.05 | 0.25 | 309 | 0.32 | 0.64 |
| Hex | C0 | 84 | B7 | 0 | 1F | 5 | 19 | 135 | 20 | 40 |
| Octal | 300 | 204 | 267 | 0 | 37 | 5 | 31 | 465 | 40 | 100 |
| Binary | 11000000 | 10000100 | 10110111 | 0 | 11111 | 101 | 11001 | 100110101 | 100000 | 1000000 |
Color Harmonies of #C084B7
Complementary color
Monochromatic Colors of #C084B7
Black with #C084B7
Text Example
Text Example
White with #C084B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084B7; }
p { color: rgb(192,132,183); }
H1.HeaderClassName
{
color: #C084B7;
}
.AnyTagClassName
{
color: #C084B7;
}
</style>
background-color css
<style>
a { background-color: #C084B7; }
a { background-color: rgb(192,132,183); }
div.DivClassName
{
background-color: #C084B7;
}
.BgClassName
{
background-color: #C084B7;
}
</style>
border-color css
<style>
span { border-color: #C084B7; }
span { border-color: rgb(192,132,183); }
td.TdClassName
{
border-color: #C084B7;
}
.TagClassName
{
border-color: #C084B7;
}
</style>