Shades of London Hue #C38ABA
Tints of London Hue #C38ABA
RGB
CMYK
RGB Variations
Color information
#C38ABA (or 0xC38ABA) is known color: London Hue. HEX triplet: C3, 8A and BA. RGB value is (195,138,186). Sum of RGB (Red+Green+Blue) = 195+138+186=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABA is #3C7545. Grayscale: #A0A0A0. Windows color (decimal): -3962182 or 12225219. OLE color: 12225219.
HSL color Cylindrical-coordinate representation of color #C38ABA: hue angle of 309.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38ABA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 186 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.24 |
| HSL | 309.47º | 0.32% | 0.65% | - |
| HSV(B) | 309.47º | 0.29% | 0.76% | - |
| XYZ | 40.46 | 33.32 | 50.75 | - |
| YUV | 160.52 | 142.38 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 186 | 0 | 0.29 | 0.05 | 0.24 | 309.47 | 0.32 | 0.65 |
| Hex | C3 | 8A | BA | 0 | 1D | 5 | 18 | 135 | 20 | 41 |
| Octal | 303 | 212 | 272 | 0 | 35 | 5 | 30 | 465 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111010 | 0 | 11101 | 101 | 11000 | 100110101 | 100000 | 1000001 |
Color Harmonies of #C38ABA
Complementary color
Monochromatic Colors of #C38ABA
Black with #C38ABA
Text Example
Text Example
White with #C38ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ABA; }
p { color: rgb(195,138,186); }
H1.HeaderClassName
{
color: #C38ABA;
}
.AnyTagClassName
{
color: #C38ABA;
}
</style>
background-color css
<style>
a { background-color: #C38ABA; }
a { background-color: rgb(195,138,186); }
div.DivClassName
{
background-color: #C38ABA;
}
.BgClassName
{
background-color: #C38ABA;
}
</style>
border-color css
<style>
span { border-color: #C38ABA; }
span { border-color: rgb(195,138,186); }
td.TdClassName
{
border-color: #C38ABA;
}
.TagClassName
{
border-color: #C38ABA;
}
</style>