#C086B5

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

Shades of London Hue #C086B5

Tints of London Hue #C086B5

Color information

#C086B5 (or 0xC086B5) is unknown color: approx London Hue. HEX triplet: C0, 86 and B5. RGB value is (192,134,181). Sum of RGB (Red+Green+Blue) = 192+134+181=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C086B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086B5 is #3F794A. Grayscale: #9C9C9C. Windows color (decimal): -4159819 or 11896512. OLE color: 11896512.

HSL color Cylindrical-coordinate representation of color #C086B5: hue angle of 311.38º 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 #C086B5 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192134181-
CMYK00.300.060.25
HSL311.38º31.52%63.92%-
HSV(B)311.38º30.21%75.29%-
XYZ38.631.5947.78-
YUV156.7141.72153.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.87%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=37.87%
G=26.43%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213418100.300.060.25311.3831.5263.92
HexC086B501E6191372040
Octal30020626503663146740100
Binary110000001000011010110101011110110110011001101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086B5; }

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

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

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

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

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

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

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

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