Shades of London Hue #C38ABB
Tints of London Hue #C38ABB
RGB
CMYK
RGB Variations
Color information
#C38ABB (or 0xC38ABB) is known color: London Hue. HEX triplet: C3, 8A and BB. RGB value is (195,138,187). Sum of RGB (Red+Green+Blue) = 195+138+187=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABB is #3C7544. Grayscale: #A0A0A0. Windows color (decimal): -3962181 or 12290755. OLE color: 12290755.
HSL color Cylindrical-coordinate representation of color #C38ABB: hue angle of 308.42º 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 #C38ABB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 187 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.24 |
| HSL | 308.42º | 0.32% | 0.65% | - |
| HSV(B) | 308.42º | 0.29% | 0.76% | - |
| XYZ | 40.56 | 33.37 | 51.32 | - |
| YUV | 160.63 | 142.88 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 187 | 0 | 0.29 | 0.04 | 0.24 | 308.42 | 0.32 | 0.65 |
| Hex | C3 | 8A | BB | 0 | 1D | 4 | 18 | 134 | 20 | 41 |
| Octal | 303 | 212 | 273 | 0 | 35 | 4 | 30 | 464 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111011 | 0 | 11101 | 100 | 11000 | 100110100 | 100000 | 1000001 |
Color Harmonies of #C38ABB
Complementary color
Monochromatic Colors of #C38ABB
Black with #C38ABB
Text Example
Text Example
White with #C38ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38ABB; }
p { color: rgb(195,138,187); }
H1.HeaderClassName
{
color: #C38ABB;
}
.AnyTagClassName
{
color: #C38ABB;
}
</style>
background-color css
<style>
a { background-color: #C38ABB; }
a { background-color: rgb(195,138,187); }
div.DivClassName
{
background-color: #C38ABB;
}
.BgClassName
{
background-color: #C38ABB;
}
</style>
border-color css
<style>
span { border-color: #C38ABB; }
span { border-color: rgb(195,138,187); }
td.TdClassName
{
border-color: #C38ABB;
}
.TagClassName
{
border-color: #C38ABB;
}
</style>