#C484B7

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

Shades of London Hue #C484B7

Tints of London Hue #C484B7

Color information

#C484B7 (or 0xC484B7) is unknown color: approx London Hue. HEX triplet: C4, 84 and B7. RGB value is (196,132,183). Sum of RGB (Red+Green+Blue) = 196+132+183=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C484B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484B7 is #3B7B48. Grayscale: #9C9C9C. Windows color (decimal): -3898185 or 12027076. OLE color: 12027076.

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

Color convert

RGB196132183-
CMYK00.330.070.23
HSL312.19º35.16%64.31%-
HSV(B)312.19º32.65%76.86%-
XYZ39.5631.6648.82-
YUV156.95142.7155.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 183 (71.88% from 255) = 35.81%
R=38.36%
G=25.83%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613218300.330.070.23312.1935.1664.31
HexC484B70217171382340
Octal30420426704172747043100
Binary1100010010000100101101110100001111101111001110001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484B7; }

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

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

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

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

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

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

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

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