#C086BE

Color #C086BE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C086BE

Tints of London Hue #C086BE

Color information

#C086BE (or 0xC086BE) is unknown color: approx London Hue. HEX triplet: C0, 86 and BE. RGB value is (192,134,190). Sum of RGB (Red+Green+Blue) = 192+134+190=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C086BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086BE is #3F7941. Grayscale: #9D9D9D. Windows color (decimal): -4159810 or 12486336. OLE color: 12486336.

HSL color Cylindrical-coordinate representation of color #C086BE: hue angle of 302.07º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086BE is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192134190-
CMYK00.300.010.25
HSL302.07º31.52%63.92%-
HSV(B)302.07º30.21%75.29%-
XYZ39.5631.9752.8-
YUV157.73146.22152.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=37.21%
G=25.97%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213419000.300.010.25302.0731.5263.92
HexC086BE01E11912e2040
Octal30020627603613145640100
Binary1100000010000110101111100111101110011001011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086BE; }

 p { color: rgb(192,134,190); }

 H1.HeaderClassName
 {
   color: #C086BE;
 }
 .AnyTagClassName
 {
   color: #C086BE;
 }
</style>
background-color css

<style>
 a { background-color: #C086BE; }

 a { background-color: rgb(192,134,190); }

 div.DivClassName
 {
   background-color: #C086BE;
 }
 .BgClassName
 {
   background-color: #C086BE;
 }
</style>
border-color css

<style>
 span { border-color: #C086BE; }

 span { border-color: rgb(192,134,190); }

 td.TdClassName
 {
   border-color: #C086BE;
 }
 .TagClassName
 {
   border-color: #C086BE;
 }
</style>