Shades of London Hue #C38BBB
Tints of London Hue #C38BBB
RGB
CMYK
RGB Variations
Color information
#C38BBB (or 0xC38BBB) is known color: London Hue. HEX triplet: C3, 8B and BB. RGB value is (195,139,187). Sum of RGB (Red+Green+Blue) = 195+139+187=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BBB is #3C7444. Grayscale: #A1A1A1. Windows color (decimal): -3961925 or 12291011. OLE color: 12291011.
HSL color Cylindrical-coordinate representation of color #C38BBB: hue angle of 308.57º 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 #C38BBB is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 139 | 187 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.24 |
| HSL | 308.57º | 0.32% | 0.65% | - |
| HSV(B) | 308.57º | 0.29% | 0.76% | - |
| XYZ | 40.71 | 33.66 | 51.36 | - |
| YUV | 161.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 187 | 0 | 0.29 | 0.04 | 0.24 | 308.57 | 0.32 | 0.65 |
| Hex | C3 | 8B | BB | 0 | 1D | 4 | 18 | 135 | 20 | 41 |
| Octal | 303 | 213 | 273 | 0 | 35 | 4 | 30 | 465 | 40 | 101 |
| Binary | 11000011 | 10001011 | 10111011 | 0 | 11101 | 100 | 11000 | 100110101 | 100000 | 1000001 |
Color Harmonies of #C38BBB
Complementary color
Monochromatic Colors of #C38BBB
Black with #C38BBB
Text Example
Text Example
White with #C38BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BBB; }
p { color: rgb(195,139,187); }
H1.HeaderClassName
{
color: #C38BBB;
}
.AnyTagClassName
{
color: #C38BBB;
}
</style>
background-color css
<style>
a { background-color: #C38BBB; }
a { background-color: rgb(195,139,187); }
div.DivClassName
{
background-color: #C38BBB;
}
.BgClassName
{
background-color: #C38BBB;
}
</style>
border-color css
<style>
span { border-color: #C38BBB; }
span { border-color: rgb(195,139,187); }
td.TdClassName
{
border-color: #C38BBB;
}
.TagClassName
{
border-color: #C38BBB;
}
</style>