#C782BA

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

Shades of London Hue #C782BA

Tints of London Hue #C782BA

Color information

#C782BA (or 0xC782BA) is unknown color: approx London Hue. HEX triplet: C7, 82 and BA. RGB value is (199,130,186). Sum of RGB (Red+Green+Blue) = 199+130+186=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C782BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782BA is #387D45. Grayscale: #9C9C9C. Windows color (decimal): -3702086 or 12223175. OLE color: 12223175.

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

Color convert

RGB199130186-
CMYK00.350.070.22
HSL311.3º38.12%64.51%-
HSV(B)311.3º34.67%78.04%-
XYZ40.431.6550.43-
YUV157.02144.36157.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=38.64%
G=25.24%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913018600.350.070.22311.338.1264.51
HexC782BA0237161372641
Octal30720227204372646746101
Binary1100011110000010101110100100011111101101001101111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C782BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C782BA; }

 p { color: rgb(199,130,186); }

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

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

 a { background-color: rgb(199,130,186); }

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

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

 span { border-color: rgb(199,130,186); }

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