Shades of London Hue #C07CBB
Tints of London Hue #C07CBB
RGB
CMYK
RGB Variations
Color information
#C07CBB (or 0xC07CBB) is known color: London Hue. HEX triplet: C0, 7C and BB. RGB value is (192,124,187). Sum of RGB (Red+Green+Blue) = 192+124+187=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CBB is #3F8344. Grayscale: #979797. Windows color (decimal): -4162373 or 12287168. OLE color: 12287168.
HSL color Cylindrical-coordinate representation of color #C07CBB: hue angle of 304.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07CBB is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 124 | 187 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.25 |
| HSL | 304.41º | 0.35% | 0.62% | - |
| HSV(B) | 304.41º | 0.35% | 0.75% | - |
| XYZ | 37.92 | 29.21 | 50.65 | - |
| YUV | 151.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 124 | 187 | 0 | 0.35 | 0.03 | 0.25 | 304.41 | 0.35 | 0.62 |
| Hex | C0 | 7C | BB | 0 | 23 | 3 | 19 | 130 | 23 | 3E |
| Octal | 300 | 174 | 273 | 0 | 43 | 3 | 31 | 460 | 43 | 76 |
| Binary | 11000000 | 1111100 | 10111011 | 0 | 100011 | 11 | 11001 | 100110000 | 100011 | 111110 |
Color Harmonies of #C07CBB
Complementary color
Monochromatic Colors of #C07CBB
Black with #C07CBB
Text Example
Text Example
White with #C07CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07CBB; }
p { color: rgb(192,124,187); }
H1.HeaderClassName
{
color: #C07CBB;
}
.AnyTagClassName
{
color: #C07CBB;
}
</style>
background-color css
<style>
a { background-color: #C07CBB; }
a { background-color: rgb(192,124,187); }
div.DivClassName
{
background-color: #C07CBB;
}
.BgClassName
{
background-color: #C07CBB;
}
</style>
border-color css
<style>
span { border-color: #C07CBB; }
span { border-color: rgb(192,124,187); }
td.TdClassName
{
border-color: #C07CBB;
}
.TagClassName
{
border-color: #C07CBB;
}
</style>