Shades of London Hue #C38FBA
Tints of London Hue #C38FBA
RGB
CMYK
RGB Variations
Color information
#C38FBA (or 0xC38FBA) is known color: London Hue. HEX triplet: C3, 8F and BA. RGB value is (195,143,186). Sum of RGB (Red+Green+Blue) = 195+143+186=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FBA is #3C7045. Grayscale: #A3A3A3. Windows color (decimal): -3960902 or 12226499. OLE color: 12226499.
HSL color Cylindrical-coordinate representation of color #C38FBA: hue angle of 310.38º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38FBA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 186 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.24 |
| HSL | 310.38º | 0.3% | 0.66% | - |
| HSV(B) | 310.38º | 0.27% | 0.76% | - |
| XYZ | 41.19 | 34.79 | 51 | - |
| YUV | 163.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 186 | 0 | 0.27 | 0.05 | 0.24 | 310.38 | 0.3 | 0.66 |
| Hex | C3 | 8F | BA | 0 | 1B | 5 | 18 | 136 | 1E | 42 |
| Octal | 303 | 217 | 272 | 0 | 33 | 5 | 30 | 466 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10111010 | 0 | 11011 | 101 | 11000 | 100110110 | 11110 | 1000010 |
Color Harmonies of #C38FBA
Complementary color
Monochromatic Colors of #C38FBA
Black with #C38FBA
Text Example
Text Example
White with #C38FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FBA; }
p { color: rgb(195,143,186); }
H1.HeaderClassName
{
color: #C38FBA;
}
.AnyTagClassName
{
color: #C38FBA;
}
</style>
background-color css
<style>
a { background-color: #C38FBA; }
a { background-color: rgb(195,143,186); }
div.DivClassName
{
background-color: #C38FBA;
}
.BgClassName
{
background-color: #C38FBA;
}
</style>
border-color css
<style>
span { border-color: #C38FBA; }
span { border-color: rgb(195,143,186); }
td.TdClassName
{
border-color: #C38FBA;
}
.TagClassName
{
border-color: #C38FBA;
}
</style>