Shades of London Hue #C093BA
Tints of London Hue #C093BA
RGB
CMYK
RGB Variations
Color information
#C093BA (or 0xC093BA) is known color: London Hue. HEX triplet: C0, 93 and BA. RGB value is (192,147,186). Sum of RGB (Red+Green+Blue) = 192+147+186=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C093BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093BA is #3F6C45. Grayscale: #A4A4A4. Windows color (decimal): -4156486 or 12227520. OLE color: 12227520.
HSL color Cylindrical-coordinate representation of color #C093BA: hue angle of 308º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C093BA is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 147 | 186 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.25 |
| HSL | 308º | 0.26% | 0.66% | - |
| HSV(B) | 308º | 0.23% | 0.75% | - |
| XYZ | 41.03 | 35.62 | 51.17 | - |
| YUV | 164.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 147 | 186 | 0 | 0.23 | 0.03 | 0.25 | 308 | 0.26 | 0.66 |
| Hex | C0 | 93 | BA | 0 | 17 | 3 | 19 | 134 | 1A | 42 |
| Octal | 300 | 223 | 272 | 0 | 27 | 3 | 31 | 464 | 32 | 102 |
| Binary | 11000000 | 10010011 | 10111010 | 0 | 10111 | 11 | 11001 | 100110100 | 11010 | 1000010 |
Color Harmonies of #C093BA
Complementary color
Monochromatic Colors of #C093BA
Black with #C093BA
Text Example
Text Example
White with #C093BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C093BA; }
p { color: rgb(192,147,186); }
H1.HeaderClassName
{
color: #C093BA;
}
.AnyTagClassName
{
color: #C093BA;
}
</style>
background-color css
<style>
a { background-color: #C093BA; }
a { background-color: rgb(192,147,186); }
div.DivClassName
{
background-color: #C093BA;
}
.BgClassName
{
background-color: #C093BA;
}
</style>
border-color css
<style>
span { border-color: #C093BA; }
span { border-color: rgb(192,147,186); }
td.TdClassName
{
border-color: #C093BA;
}
.TagClassName
{
border-color: #C093BA;
}
</style>