Shades of London Hue #C37AB6
Tints of London Hue #C37AB6
RGB
CMYK
RGB Variations
Color information
#C37AB6 (or 0xC37AB6) is known color: London Hue. HEX triplet: C3, 7A and B6. RGB value is (195,122,182). Sum of RGB (Red+Green+Blue) = 195+122+182=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AB6 is #3C8549. Grayscale: #969696. Windows color (decimal): -3966282 or 11958979. OLE color: 11958979.
HSL color Cylindrical-coordinate representation of color #C37AB6: hue angle of 310.68º 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 #C37AB6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 182 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.24 |
| HSL | 310.68º | 0.38% | 0.62% | - |
| HSV(B) | 310.68º | 0.37% | 0.76% | - |
| XYZ | 37.91 | 28.9 | 47.84 | - |
| YUV | 150.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 182 | 0 | 0.37 | 0.07 | 0.24 | 310.68 | 0.38 | 0.62 |
| Hex | C3 | 7A | B6 | 0 | 25 | 7 | 18 | 137 | 26 | 3E |
| Octal | 303 | 172 | 266 | 0 | 45 | 7 | 30 | 467 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10110110 | 0 | 100101 | 111 | 11000 | 100110111 | 100110 | 111110 |
Color Harmonies of #C37AB6
Complementary color
Monochromatic Colors of #C37AB6
Black with #C37AB6
Text Example
Text Example
White with #C37AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AB6; }
p { color: rgb(195,122,182); }
H1.HeaderClassName
{
color: #C37AB6;
}
.AnyTagClassName
{
color: #C37AB6;
}
</style>
background-color css
<style>
a { background-color: #C37AB6; }
a { background-color: rgb(195,122,182); }
div.DivClassName
{
background-color: #C37AB6;
}
.BgClassName
{
background-color: #C37AB6;
}
</style>
border-color css
<style>
span { border-color: #C37AB6; }
span { border-color: rgb(195,122,182); }
td.TdClassName
{
border-color: #C37AB6;
}
.TagClassName
{
border-color: #C37AB6;
}
</style>