#C786BC

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

Shades of London Hue #C786BC

Tints of London Hue #C786BC

Color information

#C786BC (or 0xC786BC) is unknown color: approx London Hue. HEX triplet: C7, 86 and BC. RGB value is (199,134,188). Sum of RGB (Red+Green+Blue) = 199+134+188=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C786BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C786BC is #387943. Grayscale: #9F9F9F. Windows color (decimal): -3701060 or 12355271. OLE color: 12355271.

HSL color Cylindrical-coordinate representation of color #C786BC: hue angle of 310.15º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C786BC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199134188-
CMYK00.330.060.22
HSL310.15º36.72%65.29%-
HSV(B)310.15º32.66%78.04%-
XYZ41.1632.8251.74-
YUV159.59144.03156.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=38.20%
G=25.72%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913418800.330.060.22310.1536.7265.29
HexC786BC0216161362541
Octal30720627404162646645101
Binary1100011110000110101111000100001110101101001101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C786BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C786BC; }

 p { color: rgb(199,134,188); }

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

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

 a { background-color: rgb(199,134,188); }

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

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

 span { border-color: rgb(199,134,188); }

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