#C484B8

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

Shades of London Hue #C484B8

Tints of London Hue #C484B8

Color information

#C484B8 (or 0xC484B8) is unknown color: approx London Hue. HEX triplet: C4, 84 and B8. RGB value is (196,132,184). Sum of RGB (Red+Green+Blue) = 196+132+184=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B8 is #3B7B47. Grayscale: #9C9C9C. Windows color (decimal): -3898184 or 12092612. OLE color: 12092612.

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

Color convert

RGB196132184-
CMYK00.330.060.23
HSL311.25º35.16%64.31%-
HSV(B)311.25º32.65%76.86%-
XYZ39.6731.749.38-
YUV157.06143.2155.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=38.28%
G=25.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613218400.330.060.23311.2535.1664.31
HexC484B80216171372340
Octal30420427004162746743100
Binary1100010010000100101110000100001110101111001101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484B8; }

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

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

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

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

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

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

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

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