Shades of London Hue #C085B2
Tints of London Hue #C085B2
RGB
CMYK
RGB Variations
Color information
#C085B2 (or 0xC085B2) is known color: London Hue. HEX triplet: C0, 85 and B2. RGB value is (192,133,178). Sum of RGB (Red+Green+Blue) = 192+133+178=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C085B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C085B2 is #3F7A4D. Grayscale: #9B9B9B. Windows color (decimal): -4160078 or 11699648. OLE color: 11699648.
HSL color Cylindrical-coordinate representation of color #C085B2: hue angle of 314.24º 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 #C085B2 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 133 | 178 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.25 |
| HSL | 314.24º | 0.32% | 0.64% | - |
| HSV(B) | 314.24º | 0.31% | 0.75% | - |
| XYZ | 38.16 | 31.2 | 46.13 | - |
| YUV | 155.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 133 | 178 | 0 | 0.31 | 0.07 | 0.25 | 314.24 | 0.32 | 0.64 |
| Hex | C0 | 85 | B2 | 0 | 1F | 7 | 19 | 13A | 20 | 40 |
| Octal | 300 | 205 | 262 | 0 | 37 | 7 | 31 | 472 | 40 | 100 |
| Binary | 11000000 | 10000101 | 10110010 | 0 | 11111 | 111 | 11001 | 100111010 | 100000 | 1000000 |
Color Harmonies of #C085B2
Complementary color
Monochromatic Colors of #C085B2
Black with #C085B2
Text Example
Text Example
White with #C085B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C085B2; }
p { color: rgb(192,133,178); }
H1.HeaderClassName
{
color: #C085B2;
}
.AnyTagClassName
{
color: #C085B2;
}
</style>
background-color css
<style>
a { background-color: #C085B2; }
a { background-color: rgb(192,133,178); }
div.DivClassName
{
background-color: #C085B2;
}
.BgClassName
{
background-color: #C085B2;
}
</style>
border-color css
<style>
span { border-color: #C085B2; }
span { border-color: rgb(192,133,178); }
td.TdClassName
{
border-color: #C085B2;
}
.TagClassName
{
border-color: #C085B2;
}
</style>