Shades of London Hue #C38AB9
Tints of London Hue #C38AB9
RGB
CMYK
RGB Variations
Color information
#C38AB9 (or 0xC38AB9) is known color: London Hue. HEX triplet: C3, 8A and B9. RGB value is (195,138,185). Sum of RGB (Red+Green+Blue) = 195+138+185=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB9 is #3C7546. Grayscale: #A0A0A0. Windows color (decimal): -3962183 or 12159683. OLE color: 12159683.
HSL color Cylindrical-coordinate representation of color #C38AB9: hue angle of 310.53º 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 #C38AB9 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 185 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.24 |
| HSL | 310.53º | 0.32% | 0.65% | - |
| HSV(B) | 310.53º | 0.29% | 0.76% | - |
| XYZ | 40.35 | 33.28 | 50.2 | - |
| YUV | 160.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 185 | 0 | 0.29 | 0.05 | 0.24 | 310.53 | 0.32 | 0.65 |
| Hex | C3 | 8A | B9 | 0 | 1D | 5 | 18 | 137 | 20 | 41 |
| Octal | 303 | 212 | 271 | 0 | 35 | 5 | 30 | 467 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10111001 | 0 | 11101 | 101 | 11000 | 100110111 | 100000 | 1000001 |
Color Harmonies of #C38AB9
Complementary color
Monochromatic Colors of #C38AB9
Black with #C38AB9
Text Example
Text Example
White with #C38AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AB9; }
p { color: rgb(195,138,185); }
H1.HeaderClassName
{
color: #C38AB9;
}
.AnyTagClassName
{
color: #C38AB9;
}
</style>
background-color css
<style>
a { background-color: #C38AB9; }
a { background-color: rgb(195,138,185); }
div.DivClassName
{
background-color: #C38AB9;
}
.BgClassName
{
background-color: #C38AB9;
}
</style>
border-color css
<style>
span { border-color: #C38AB9; }
span { border-color: rgb(195,138,185); }
td.TdClassName
{
border-color: #C38AB9;
}
.TagClassName
{
border-color: #C38AB9;
}
</style>