Shades of London Hue #C081B5
Tints of London Hue #C081B5
RGB
CMYK
RGB Variations
Color information
#C081B5 (or 0xC081B5) is known color: London Hue. HEX triplet: C0, 81 and B5. RGB value is (192,129,181). Sum of RGB (Red+Green+Blue) = 192+129+181=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C081B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081B5 is #3F7E4A. Grayscale: #999999. Windows color (decimal): -4161099 or 11895232. OLE color: 11895232.
HSL color Cylindrical-coordinate representation of color #C081B5: hue angle of 310.48º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C081B5 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 129 | 181 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.25 |
| HSL | 310.48º | 0.33% | 0.63% | - |
| HSV(B) | 310.48º | 0.33% | 0.75% | - |
| XYZ | 37.93 | 30.24 | 47.55 | - |
| YUV | 153.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 181 | 0 | 0.33 | 0.06 | 0.25 | 310.48 | 0.33 | 0.63 |
| Hex | C0 | 81 | B5 | 0 | 21 | 6 | 19 | 136 | 21 | 3F |
| Octal | 300 | 201 | 265 | 0 | 41 | 6 | 31 | 466 | 41 | 77 |
| Binary | 11000000 | 10000001 | 10110101 | 0 | 100001 | 110 | 11001 | 100110110 | 100001 | 111111 |
Color Harmonies of #C081B5
Complementary color
Monochromatic Colors of #C081B5
Black with #C081B5
Text Example
Text Example
White with #C081B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081B5; }
p { color: rgb(192,129,181); }
H1.HeaderClassName
{
color: #C081B5;
}
.AnyTagClassName
{
color: #C081B5;
}
</style>
background-color css
<style>
a { background-color: #C081B5; }
a { background-color: rgb(192,129,181); }
div.DivClassName
{
background-color: #C081B5;
}
.BgClassName
{
background-color: #C081B5;
}
</style>
border-color css
<style>
span { border-color: #C081B5; }
span { border-color: rgb(192,129,181); }
td.TdClassName
{
border-color: #C081B5;
}
.TagClassName
{
border-color: #C081B5;
}
</style>