Shades of London Hue #C085B6
Tints of London Hue #C085B6
RGB
CMYK
RGB Variations
Color information
#C085B6 (or 0xC085B6) is known color: London Hue. HEX triplet: C0, 85 and B6. RGB value is (192,133,182). Sum of RGB (Red+Green+Blue) = 192+133+182=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C085B6 is #3F7A49. Grayscale: #9C9C9C. Windows color (decimal): -4160074 or 11961792. OLE color: 11961792.
HSL color Cylindrical-coordinate representation of color #C085B6: hue angle of 310.17º 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 #C085B6 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 182 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.25 |
| HSL | 310.17º | 0.32% | 0.64% | - |
| HSV(B) | 310.17º | 0.31% | 0.75% | - |
| XYZ | 38.57 | 31.36 | 48.28 | - |
| YUV | 156.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 182 | 0 | 0.31 | 0.05 | 0.25 | 310.17 | 0.32 | 0.64 |
| Hex | C0 | 85 | B6 | 0 | 1F | 5 | 19 | 136 | 20 | 40 |
| Octal | 300 | 205 | 266 | 0 | 37 | 5 | 31 | 466 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10110110 | 0 | 11111 | 101 | 11001 | 100110110 | 100000 | 1000000 |
Color Harmonies of #C085B6
Complementary color
Monochromatic Colors of #C085B6
Black with #C085B6
Text Example
Text Example
White with #C085B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085B6; }
p { color: rgb(192,133,182); }
H1.HeaderClassName
{
color: #C085B6;
}
.AnyTagClassName
{
color: #C085B6;
}
</style>
background-color css
<style>
a { background-color: #C085B6; }
a { background-color: rgb(192,133,182); }
div.DivClassName
{
background-color: #C085B6;
}
.BgClassName
{
background-color: #C085B6;
}
</style>
border-color css
<style>
span { border-color: #C085B6; }
span { border-color: rgb(192,133,182); }
td.TdClassName
{
border-color: #C085B6;
}
.TagClassName
{
border-color: #C085B6;
}
</style>