#C780BA

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

Shades of London Hue #C780BA

Tints of London Hue #C780BA

Color information

#C780BA (or 0xC780BA) is unknown color: approx London Hue. HEX triplet: C7, 80 and BA. RGB value is (199,128,186). Sum of RGB (Red+Green+Blue) = 199+128+186=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C780BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780BA is #387F45. Grayscale: #9B9B9B. Windows color (decimal): -3702598 or 12222663. OLE color: 12222663.

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

Color convert

RGB199128186-
CMYK00.360.070.22
HSL310.99º38.8%64.12%-
HSV(B)310.99º35.68%78.04%-
XYZ40.1431.1350.35-
YUV155.84145.02158.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=38.79%
G=24.95%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912818600.360.070.22310.9938.864.12
HexC780BA0247161372740
Octal30720027204472646747100
Binary1100011110000000101110100100100111101101001101111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780BA; }

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

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

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

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

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

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

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

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