Shades of London Hue #C883BC
Tints of London Hue #C883BC
RGB
CMYK
RGB Variations
Color information
#C883BC (or 0xC883BC) is known color: London Hue. HEX triplet: C8, 83 and BC. RGB value is (200,131,188). Sum of RGB (Red+Green+Blue) = 200+131+188=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C883BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883BC is #377C43. Grayscale: #9D9D9D. Windows color (decimal): -3636292 or 12354504. OLE color: 12354504.
HSL color Cylindrical-coordinate representation of color #C883BC: hue angle of 310.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883BC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 188 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.22 |
| HSL | 310.43º | 0.39% | 0.65% | - |
| HSV(B) | 310.43º | 0.35% | 0.78% | - |
| XYZ | 41.01 | 32.14 | 51.62 | - |
| YUV | 158.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 188 | 0 | 0.34 | 0.06 | 0.22 | 310.43 | 0.39 | 0.65 |
| Hex | C8 | 83 | BC | 0 | 22 | 6 | 16 | 136 | 27 | 41 |
| Octal | 310 | 203 | 274 | 0 | 42 | 6 | 26 | 466 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10111100 | 0 | 100010 | 110 | 10110 | 100110110 | 100111 | 1000001 |
Color Harmonies of #C883BC
Complementary color
Monochromatic Colors of #C883BC
Black with #C883BC
Text Example
Text Example
White with #C883BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883BC; }
p { color: rgb(200,131,188); }
H1.HeaderClassName
{
color: #C883BC;
}
.AnyTagClassName
{
color: #C883BC;
}
</style>
background-color css
<style>
a { background-color: #C883BC; }
a { background-color: rgb(200,131,188); }
div.DivClassName
{
background-color: #C883BC;
}
.BgClassName
{
background-color: #C883BC;
}
</style>
border-color css
<style>
span { border-color: #C883BC; }
span { border-color: rgb(200,131,188); }
td.TdClassName
{
border-color: #C883BC;
}
.TagClassName
{
border-color: #C883BC;
}
</style>