#C785BC

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

Shades of London Hue #C785BC

Tints of London Hue #C785BC

Color information

#C785BC (or 0xC785BC) is unknown color: approx London Hue. HEX triplet: C7, 85 and BC. RGB value is (199,133,188). Sum of RGB (Red+Green+Blue) = 199+133+188=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C785BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785BC is #387A43. Grayscale: #9E9E9E. Windows color (decimal): -3701316 or 12355015. OLE color: 12355015.

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

Color convert

RGB199133188-
CMYK00.330.060.22
HSL310º37.08%65.1%-
HSV(B)310º33.17%78.04%-
XYZ41.0232.5551.7-
YUV159144.37156.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=38.27%
G=25.58%
B=36.15%

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
Decimal19913318800.330.060.2231037.0865.1
HexC785BC0216161362541
Octal30720527404162646645101
Binary1100011110000101101111000100001110101101001101101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C785BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C785BC; }

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

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

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

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

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

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

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

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