Shades of London Hue #C87AB6
Tints of London Hue #C87AB6
RGB
CMYK
RGB Variations
Color information
#C87AB6 (or 0xC87AB6) is known color: London Hue. HEX triplet: C8, 7A and B6. RGB value is (200,122,182). Sum of RGB (Red+Green+Blue) = 200+122+182=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AB6 is #378549. Grayscale: #989898. Windows color (decimal): -3638602 or 11958984. OLE color: 11958984.
HSL color Cylindrical-coordinate representation of color #C87AB6: hue angle of 313.85º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87AB6 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 182 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.22 |
| HSL | 313.85º | 0.41% | 0.63% | - |
| HSV(B) | 313.85º | 0.39% | 0.78% | - |
| XYZ | 39.22 | 29.58 | 47.9 | - |
| YUV | 152.16 | 144.84 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 182 | 0 | 0.39 | 0.09 | 0.22 | 313.85 | 0.41 | 0.63 |
| Hex | C8 | 7A | B6 | 0 | 27 | 9 | 16 | 13A | 29 | 3F |
| Octal | 310 | 172 | 266 | 0 | 47 | 11 | 26 | 472 | 51 | 77 |
| Binary | 11001000 | 1111010 | 10110110 | 0 | 100111 | 1001 | 10110 | 100111010 | 101001 | 111111 |
Color Harmonies of #C87AB6
Complementary color
Monochromatic Colors of #C87AB6
Black with #C87AB6
Text Example
Text Example
White with #C87AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AB6; }
p { color: rgb(200,122,182); }
H1.HeaderClassName
{
color: #C87AB6;
}
.AnyTagClassName
{
color: #C87AB6;
}
</style>
background-color css
<style>
a { background-color: #C87AB6; }
a { background-color: rgb(200,122,182); }
div.DivClassName
{
background-color: #C87AB6;
}
.BgClassName
{
background-color: #C87AB6;
}
</style>
border-color css
<style>
span { border-color: #C87AB6; }
span { border-color: rgb(200,122,182); }
td.TdClassName
{
border-color: #C87AB6;
}
.TagClassName
{
border-color: #C87AB6;
}
</style>