#C484BB

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

Shades of London Hue #C484BB

Tints of London Hue #C484BB

Color information

#C484BB (or 0xC484BB) is unknown color: approx London Hue. HEX triplet: C4, 84 and BB. RGB value is (196,132,187). Sum of RGB (Red+Green+Blue) = 196+132+187=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C484BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484BB is #3B7B44. Grayscale: #9D9D9D. Windows color (decimal): -3898181 or 12289220. OLE color: 12289220.

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

Color convert

RGB196132187-
CMYK00.330.050.23
HSL308.44º35.16%64.31%-
HSV(B)308.44º32.65%76.86%-
XYZ39.9931.8351.05-
YUV157.41144.7155.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=38.06%
G=25.63%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613218700.330.050.23308.4435.1664.31
HexC484BB0215171342340
Octal30420427304152746443100
Binary1100010010000100101110110100001101101111001101001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484BB; }

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

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

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

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

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

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

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

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