Shades of London Hue #C385B8
Tints of London Hue #C385B8
RGB
CMYK
RGB Variations
Color information
#C385B8 (or 0xC385B8) is known color: London Hue. HEX triplet: C3, 85 and B8. RGB value is (195,133,184). Sum of RGB (Red+Green+Blue) = 195+133+184=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C385B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385B8 is #3C7A47. Grayscale: #9D9D9D. Windows color (decimal): -3963464 or 12092867. OLE color: 12092867.
HSL color Cylindrical-coordinate representation of color #C385B8: hue angle of 310.65º 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 #C385B8 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 184 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.24 |
| HSL | 310.65º | 0.34% | 0.64% | - |
| HSV(B) | 310.65º | 0.32% | 0.76% | - |
| XYZ | 39.54 | 31.84 | 49.41 | - |
| YUV | 157.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 184 | 0 | 0.32 | 0.06 | 0.24 | 310.65 | 0.34 | 0.64 |
| Hex | C3 | 85 | B8 | 0 | 20 | 6 | 18 | 137 | 22 | 40 |
| Octal | 303 | 205 | 270 | 0 | 40 | 6 | 30 | 467 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10111000 | 0 | 100000 | 110 | 11000 | 100110111 | 100010 | 1000000 |
Color Harmonies of #C385B8
Complementary color
Monochromatic Colors of #C385B8
Black with #C385B8
Text Example
Text Example
White with #C385B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385B8; }
p { color: rgb(195,133,184); }
H1.HeaderClassName
{
color: #C385B8;
}
.AnyTagClassName
{
color: #C385B8;
}
</style>
background-color css
<style>
a { background-color: #C385B8; }
a { background-color: rgb(195,133,184); }
div.DivClassName
{
background-color: #C385B8;
}
.BgClassName
{
background-color: #C385B8;
}
</style>
border-color css
<style>
span { border-color: #C385B8; }
span { border-color: rgb(195,133,184); }
td.TdClassName
{
border-color: #C385B8;
}
.TagClassName
{
border-color: #C385B8;
}
</style>