#C484B5

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

Shades of London Hue #C484B5

Tints of London Hue #C484B5

Color information

#C484B5 (or 0xC484B5) is unknown color: approx London Hue. HEX triplet: C4, 84 and B5. RGB value is (196,132,181). Sum of RGB (Red+Green+Blue) = 196+132+181=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B5 is #3B7B4A. Grayscale: #9C9C9C. Windows color (decimal): -3898187 or 11896004. OLE color: 11896004.

HSL color Cylindrical-coordinate representation of color #C484B5: hue angle of 314.06º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C484B5 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196132181-
CMYK00.330.080.23
HSL314.06º35.16%64.31%-
HSV(B)314.06º32.65%76.86%-
XYZ39.3631.5747.74-
YUV156.72141.7156.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=38.51%
G=25.93%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613218100.330.080.23314.0635.1664.31
HexC484B502181713a2340
Octal304204265041102747243100
Binary11000100100001001011010101000011000101111001110101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484B5; }

 p { color: rgb(196,132,181); }

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

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

 a { background-color: rgb(196,132,181); }

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

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

 span { border-color: rgb(196,132,181); }

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