Shades of London Hue #C37CB9
Tints of London Hue #C37CB9
RGB
CMYK
RGB Variations
Color information
#C37CB9 (or 0xC37CB9) is known color: London Hue. HEX triplet: C3, 7C and B9. RGB value is (195,124,185). Sum of RGB (Red+Green+Blue) = 195+124+185=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C37CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CB9 is #3C8346. Grayscale: #989898. Windows color (decimal): -3965767 or 12156099. OLE color: 12156099.
HSL color Cylindrical-coordinate representation of color #C37CB9: hue angle of 308.45º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C37CB9 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 124 | 185 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.24 |
| HSL | 308.45º | 0.37% | 0.63% | - |
| HSV(B) | 308.45º | 0.36% | 0.76% | - |
| XYZ | 38.47 | 29.52 | 49.57 | - |
| YUV | 152.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 124 | 185 | 0 | 0.36 | 0.05 | 0.24 | 308.45 | 0.37 | 0.63 |
| Hex | C3 | 7C | B9 | 0 | 24 | 5 | 18 | 134 | 25 | 3F |
| Octal | 303 | 174 | 271 | 0 | 44 | 5 | 30 | 464 | 45 | 77 |
| Binary | 11000011 | 1111100 | 10111001 | 0 | 100100 | 101 | 11000 | 100110100 | 100101 | 111111 |
Color Harmonies of #C37CB9
Complementary color
Monochromatic Colors of #C37CB9
Black with #C37CB9
Text Example
Text Example
White with #C37CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37CB9; }
p { color: rgb(195,124,185); }
H1.HeaderClassName
{
color: #C37CB9;
}
.AnyTagClassName
{
color: #C37CB9;
}
</style>
background-color css
<style>
a { background-color: #C37CB9; }
a { background-color: rgb(195,124,185); }
div.DivClassName
{
background-color: #C37CB9;
}
.BgClassName
{
background-color: #C37CB9;
}
</style>
border-color css
<style>
span { border-color: #C37CB9; }
span { border-color: rgb(195,124,185); }
td.TdClassName
{
border-color: #C37CB9;
}
.TagClassName
{
border-color: #C37CB9;
}
</style>