Shades of London Hue #C37BB6
Tints of London Hue #C37BB6
RGB
CMYK
RGB Variations
Color information
#C37BB6 (or 0xC37BB6) is known color: London Hue. HEX triplet: C3, 7B and B6. RGB value is (195,123,182). Sum of RGB (Red+Green+Blue) = 195+123+182=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BB6 is #3C8449. Grayscale: #979797. Windows color (decimal): -3966026 or 11959235. OLE color: 11959235.
HSL color Cylindrical-coordinate representation of color #C37BB6: hue angle of 310.83º 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 #C37BB6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 182 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.24 |
| HSL | 310.83º | 0.38% | 0.62% | - |
| HSV(B) | 310.83º | 0.37% | 0.76% | - |
| XYZ | 38.03 | 29.15 | 47.88 | - |
| YUV | 151.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 182 | 0 | 0.37 | 0.07 | 0.24 | 310.83 | 0.38 | 0.62 |
| Hex | C3 | 7B | B6 | 0 | 25 | 7 | 18 | 137 | 26 | 3E |
| Octal | 303 | 173 | 266 | 0 | 45 | 7 | 30 | 467 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10110110 | 0 | 100101 | 111 | 11000 | 100110111 | 100110 | 111110 |
Color Harmonies of #C37BB6
Complementary color
Monochromatic Colors of #C37BB6
Black with #C37BB6
Text Example
Text Example
White with #C37BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BB6; }
p { color: rgb(195,123,182); }
H1.HeaderClassName
{
color: #C37BB6;
}
.AnyTagClassName
{
color: #C37BB6;
}
</style>
background-color css
<style>
a { background-color: #C37BB6; }
a { background-color: rgb(195,123,182); }
div.DivClassName
{
background-color: #C37BB6;
}
.BgClassName
{
background-color: #C37BB6;
}
</style>
border-color css
<style>
span { border-color: #C37BB6; }
span { border-color: rgb(195,123,182); }
td.TdClassName
{
border-color: #C37BB6;
}
.TagClassName
{
border-color: #C37BB6;
}
</style>