Shades of London Hue #C387B6
Tints of London Hue #C387B6
RGB
CMYK
RGB Variations
Color information
#C387B6 (or 0xC387B6) is known color: London Hue. HEX triplet: C3, 87 and B6. RGB value is (195,135,182). Sum of RGB (Red+Green+Blue) = 195+135+182=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C387B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C387B6 is #3C7849. Grayscale: #9E9E9E. Windows color (decimal): -3962954 or 11962307. OLE color: 11962307.
HSL color Cylindrical-coordinate representation of color #C387B6: hue angle of 313º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C387B6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 135 | 182 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.24 |
| HSL | 313º | 0.33% | 0.65% | - |
| HSV(B) | 313º | 0.31% | 0.76% | - |
| XYZ | 39.61 | 32.31 | 48.4 | - |
| YUV | 158.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 182 | 0 | 0.31 | 0.07 | 0.24 | 313 | 0.33 | 0.65 |
| Hex | C3 | 87 | B6 | 0 | 1F | 7 | 18 | 139 | 21 | 41 |
| Octal | 303 | 207 | 266 | 0 | 37 | 7 | 30 | 471 | 41 | 101 |
| Binary | 11000011 | 10000111 | 10110110 | 0 | 11111 | 111 | 11000 | 100111001 | 100001 | 1000001 |
Color Harmonies of #C387B6
Complementary color
Monochromatic Colors of #C387B6
Black with #C387B6
Text Example
Text Example
White with #C387B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387B6; }
p { color: rgb(195,135,182); }
H1.HeaderClassName
{
color: #C387B6;
}
.AnyTagClassName
{
color: #C387B6;
}
</style>
background-color css
<style>
a { background-color: #C387B6; }
a { background-color: rgb(195,135,182); }
div.DivClassName
{
background-color: #C387B6;
}
.BgClassName
{
background-color: #C387B6;
}
</style>
border-color css
<style>
span { border-color: #C387B6; }
span { border-color: rgb(195,135,182); }
td.TdClassName
{
border-color: #C387B6;
}
.TagClassName
{
border-color: #C387B6;
}
</style>