Shades of London Hue #C37BAF
Tints of London Hue #C37BAF
RGB
CMYK
RGB Variations
Color information
#C37BAF (or 0xC37BAF) is known color: London Hue. HEX triplet: C3, 7B and AF. RGB value is (195,123,175). Sum of RGB (Red+Green+Blue) = 195+123+175=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 123 (48.44% from 255 or 24.95% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37BAF is #3C8450. Grayscale: #969696. Windows color (decimal): -3966033 or 11500483. OLE color: 11500483.
HSL color Cylindrical-coordinate representation of color #C37BAF: hue angle of 316.67º 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 #C37BAF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 175 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.24 |
| HSL | 316.67º | 0.38% | 0.62% | - |
| HSV(B) | 316.67º | 0.37% | 0.76% | - |
| XYZ | 37.33 | 28.86 | 44.16 | - |
| YUV | 150.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 175 | 0 | 0.37 | 0.10 | 0.24 | 316.67 | 0.38 | 0.62 |
| Hex | C3 | 7B | AF | 0 | 25 | A | 18 | 13D | 26 | 3E |
| Octal | 303 | 173 | 257 | 0 | 45 | 12 | 30 | 475 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10101111 | 0 | 100101 | 1010 | 11000 | 100111101 | 100110 | 111110 |
Color Harmonies of #C37BAF
Complementary color
Monochromatic Colors of #C37BAF
Black with #C37BAF
Text Example
Text Example
White with #C37BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BAF; }
p { color: rgb(195,123,175); }
H1.HeaderClassName
{
color: #C37BAF;
}
.AnyTagClassName
{
color: #C37BAF;
}
</style>
background-color css
<style>
a { background-color: #C37BAF; }
a { background-color: rgb(195,123,175); }
div.DivClassName
{
background-color: #C37BAF;
}
.BgClassName
{
background-color: #C37BAF;
}
</style>
border-color css
<style>
span { border-color: #C37BAF; }
span { border-color: rgb(195,123,175); }
td.TdClassName
{
border-color: #C37BAF;
}
.TagClassName
{
border-color: #C37BAF;
}
</style>