Shades of London Hue #C585BB
Tints of London Hue #C585BB
RGB
CMYK
RGB Variations
Color information
#C585BB (or 0xC585BB) is known color: London Hue. HEX triplet: C5, 85 and BB. RGB value is (197,133,187). Sum of RGB (Red+Green+Blue) = 197+133+187=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C585BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585BB is #3A7A44. Grayscale: #9E9E9E. Windows color (decimal): -3832389 or 12289477. OLE color: 12289477.
HSL color Cylindrical-coordinate representation of color #C585BB: hue angle of 309.38º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C585BB is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 133 | 187 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.23 |
| HSL | 309.38º | 0.36% | 0.65% | - |
| HSV(B) | 309.38º | 0.32% | 0.77% | - |
| XYZ | 40.38 | 32.23 | 51.11 | - |
| YUV | 158.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 133 | 187 | 0 | 0.32 | 0.05 | 0.23 | 309.38 | 0.36 | 0.65 |
| Hex | C5 | 85 | BB | 0 | 20 | 5 | 17 | 135 | 24 | 41 |
| Octal | 305 | 205 | 273 | 0 | 40 | 5 | 27 | 465 | 44 | 101 |
| Binary | 11000101 | 10000101 | 10111011 | 0 | 100000 | 101 | 10111 | 100110101 | 100100 | 1000001 |
Color Harmonies of #C585BB
Complementary color
Monochromatic Colors of #C585BB
Black with #C585BB
Text Example
Text Example
White with #C585BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C585BB; }
p { color: rgb(197,133,187); }
H1.HeaderClassName
{
color: #C585BB;
}
.AnyTagClassName
{
color: #C585BB;
}
</style>
background-color css
<style>
a { background-color: #C585BB; }
a { background-color: rgb(197,133,187); }
div.DivClassName
{
background-color: #C585BB;
}
.BgClassName
{
background-color: #C585BB;
}
</style>
border-color css
<style>
span { border-color: #C585BB; }
span { border-color: rgb(197,133,187); }
td.TdClassName
{
border-color: #C585BB;
}
.TagClassName
{
border-color: #C585BB;
}
</style>