#C278B6

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

Shades of London Hue #C278B6

Tints of London Hue #C278B6

Color information

#C278B6 (or 0xC278B6) is unknown color: approx London Hue. HEX triplet: C2, 78 and B6. RGB value is (194,120,182). Sum of RGB (Red+Green+Blue) = 194+120+182=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C278B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278B6 is #3D8749. Grayscale: #959595. Windows color (decimal): -4032330 or 11958466. OLE color: 11958466.

HSL color Cylindrical-coordinate representation of color #C278B6: hue angle of 309.73º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278B6 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB194120182-
CMYK00.380.060.24
HSL309.73º37.76%61.57%-
HSV(B)309.73º38.14%76.08%-
XYZ37.4128.2847.74-
YUV149.19146.52159.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.11%
GREEN value IS 120 (47.27% from 255) = 24.19%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=39.11%
G=24.19%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412018200.380.060.24309.7337.7661.57
HexC278B6026618136263e
Octal3021702660466304664676
Binary11000010111100010110110010011011011000100110110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278B6; }

 p { color: rgb(194,120,182); }

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

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

 a { background-color: rgb(194,120,182); }

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

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

 span { border-color: rgb(194,120,182); }

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