Shades of London Hue #C37AB9
Tints of London Hue #C37AB9
RGB
CMYK
RGB Variations
Color information
#C37AB9 (or 0xC37AB9) is known color: London Hue. HEX triplet: C3, 7A and B9. RGB value is (195,122,185). Sum of RGB (Red+Green+Blue) = 195+122+185=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AB9 is #3C8546. Grayscale: #969696. Windows color (decimal): -3966279 or 12155587. OLE color: 12155587.
HSL color Cylindrical-coordinate representation of color #C37AB9: hue angle of 308.22º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37AB9 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 185 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.24 |
| HSL | 308.22º | 0.38% | 0.62% | - |
| HSV(B) | 308.22º | 0.37% | 0.76% | - |
| XYZ | 38.22 | 29.02 | 49.49 | - |
| YUV | 151.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 185 | 0 | 0.37 | 0.05 | 0.24 | 308.22 | 0.38 | 0.62 |
| Hex | C3 | 7A | B9 | 0 | 25 | 5 | 18 | 134 | 26 | 3E |
| Octal | 303 | 172 | 271 | 0 | 45 | 5 | 30 | 464 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10111001 | 0 | 100101 | 101 | 11000 | 100110100 | 100110 | 111110 |
Color Harmonies of #C37AB9
Complementary color
Monochromatic Colors of #C37AB9
Black with #C37AB9
Text Example
Text Example
White with #C37AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AB9; }
p { color: rgb(195,122,185); }
H1.HeaderClassName
{
color: #C37AB9;
}
.AnyTagClassName
{
color: #C37AB9;
}
</style>
background-color css
<style>
a { background-color: #C37AB9; }
a { background-color: rgb(195,122,185); }
div.DivClassName
{
background-color: #C37AB9;
}
.BgClassName
{
background-color: #C37AB9;
}
</style>
border-color css
<style>
span { border-color: #C37AB9; }
span { border-color: rgb(195,122,185); }
td.TdClassName
{
border-color: #C37AB9;
}
.TagClassName
{
border-color: #C37AB9;
}
</style>