Shades of London Hue #C085B8
Tints of London Hue #C085B8
RGB
CMYK
RGB Variations
Color information
#C085B8 (or 0xC085B8) is known color: London Hue. HEX triplet: C0, 85 and B8. RGB value is (192,133,184). Sum of RGB (Red+Green+Blue) = 192+133+184=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085B8 is #3F7A47. Grayscale: #9C9C9C. Windows color (decimal): -4160072 or 12092864. OLE color: 12092864.
HSL color Cylindrical-coordinate representation of color #C085B8: hue angle of 308.14º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C085B8 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 184 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.25 |
| HSL | 308.14º | 0.32% | 0.64% | - |
| HSV(B) | 308.14º | 0.31% | 0.75% | - |
| XYZ | 38.78 | 31.44 | 49.37 | - |
| YUV | 156.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 184 | 0 | 0.31 | 0.04 | 0.25 | 308.14 | 0.32 | 0.64 |
| Hex | C0 | 85 | B8 | 0 | 1F | 4 | 19 | 134 | 20 | 40 |
| Octal | 300 | 205 | 270 | 0 | 37 | 4 | 31 | 464 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10111000 | 0 | 11111 | 100 | 11001 | 100110100 | 100000 | 1000000 |
Color Harmonies of #C085B8
Complementary color
Monochromatic Colors of #C085B8
Black with #C085B8
Text Example
Text Example
White with #C085B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085B8; }
p { color: rgb(192,133,184); }
H1.HeaderClassName
{
color: #C085B8;
}
.AnyTagClassName
{
color: #C085B8;
}
</style>
background-color css
<style>
a { background-color: #C085B8; }
a { background-color: rgb(192,133,184); }
div.DivClassName
{
background-color: #C085B8;
}
.BgClassName
{
background-color: #C085B8;
}
</style>
border-color css
<style>
span { border-color: #C085B8; }
span { border-color: rgb(192,133,184); }
td.TdClassName
{
border-color: #C085B8;
}
.TagClassName
{
border-color: #C085B8;
}
</style>