Shades of London Hue #C385B7
Tints of London Hue #C385B7
RGB
CMYK
RGB Variations
Color information
#C385B7 (or 0xC385B7) is known color: London Hue. HEX triplet: C3, 85 and B7. RGB value is (195,133,183). Sum of RGB (Red+Green+Blue) = 195+133+183=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C385B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385B7 is #3C7A48. Grayscale: #9D9D9D. Windows color (decimal): -3963465 or 12027331. OLE color: 12027331.
HSL color Cylindrical-coordinate representation of color #C385B7: hue angle of 311.61º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385B7 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 183 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.24 |
| HSL | 311.61º | 0.34% | 0.64% | - |
| HSV(B) | 311.61º | 0.32% | 0.76% | - |
| XYZ | 39.44 | 31.8 | 48.86 | - |
| YUV | 157.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 183 | 0 | 0.32 | 0.06 | 0.24 | 311.61 | 0.34 | 0.64 |
| Hex | C3 | 85 | B7 | 0 | 20 | 6 | 18 | 138 | 22 | 40 |
| Octal | 303 | 205 | 267 | 0 | 40 | 6 | 30 | 470 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10110111 | 0 | 100000 | 110 | 11000 | 100111000 | 100010 | 1000000 |
Color Harmonies of #C385B7
Complementary color
Monochromatic Colors of #C385B7
Black with #C385B7
Text Example
Text Example
White with #C385B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385B7; }
p { color: rgb(195,133,183); }
H1.HeaderClassName
{
color: #C385B7;
}
.AnyTagClassName
{
color: #C385B7;
}
</style>
background-color css
<style>
a { background-color: #C385B7; }
a { background-color: rgb(195,133,183); }
div.DivClassName
{
background-color: #C385B7;
}
.BgClassName
{
background-color: #C385B7;
}
</style>
border-color css
<style>
span { border-color: #C385B7; }
span { border-color: rgb(195,133,183); }
td.TdClassName
{
border-color: #C385B7;
}
.TagClassName
{
border-color: #C385B7;
}
</style>