Shades of London Hue #C37AB3
Tints of London Hue #C37AB3
RGB
CMYK
RGB Variations
Color information
#C37AB3 (or 0xC37AB3) is known color: London Hue. HEX triplet: C3, 7A and B3. RGB value is (195,122,179). Sum of RGB (Red+Green+Blue) = 195+122+179=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C37AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37AB3 is #3C854C. Grayscale: #969696. Windows color (decimal): -3966285 or 11762371. OLE color: 11762371.
HSL color Cylindrical-coordinate representation of color #C37AB3: hue angle of 313.15º 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 #C37AB3 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 122 | 179 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.24 |
| HSL | 313.15º | 0.38% | 0.62% | - |
| HSV(B) | 313.15º | 0.37% | 0.76% | - |
| XYZ | 37.6 | 28.78 | 46.22 | - |
| YUV | 150.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 179 | 0 | 0.37 | 0.08 | 0.24 | 313.15 | 0.38 | 0.62 |
| Hex | C3 | 7A | B3 | 0 | 25 | 8 | 18 | 139 | 26 | 3E |
| Octal | 303 | 172 | 263 | 0 | 45 | 10 | 30 | 471 | 46 | 76 |
| Binary | 11000011 | 1111010 | 10110011 | 0 | 100101 | 1000 | 11000 | 100111001 | 100110 | 111110 |
Color Harmonies of #C37AB3
Complementary color
Monochromatic Colors of #C37AB3
Black with #C37AB3
Text Example
Text Example
White with #C37AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37AB3; }
p { color: rgb(195,122,179); }
H1.HeaderClassName
{
color: #C37AB3;
}
.AnyTagClassName
{
color: #C37AB3;
}
</style>
background-color css
<style>
a { background-color: #C37AB3; }
a { background-color: rgb(195,122,179); }
div.DivClassName
{
background-color: #C37AB3;
}
.BgClassName
{
background-color: #C37AB3;
}
</style>
border-color css
<style>
span { border-color: #C37AB3; }
span { border-color: rgb(195,122,179); }
td.TdClassName
{
border-color: #C37AB3;
}
.TagClassName
{
border-color: #C37AB3;
}
</style>