#C086B6

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

Shades of London Hue #C086B6

Tints of London Hue #C086B6

Color information

#C086B6 (or 0xC086B6) is unknown color: approx London Hue. HEX triplet: C0, 86 and B6. RGB value is (192,134,182). Sum of RGB (Red+Green+Blue) = 192+134+182=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C086B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086B6 is #3F7949. Grayscale: #9C9C9C. Windows color (decimal): -4159818 or 11962048. OLE color: 11962048.

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

Color convert

RGB192134182-
CMYK00.300.050.25
HSL310.34º31.52%63.92%-
HSV(B)310.34º30.21%75.29%-
XYZ38.7131.6348.32-
YUV156.81142.22153.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 134 (52.73% from 255) = 26.38%
BLUE value IS 182 (71.48% from 255) = 35.83%
R=37.80%
G=26.38%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213418200.300.050.25310.3431.5263.92
HexC086B601E5191362040
Octal30020626603653146640100
Binary110000001000011010110110011110101110011001101101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086B6; }

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

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

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

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

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

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

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

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