#C483B6

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

Shades of London Hue #C483B6

Tints of London Hue #C483B6

Color information

#C483B6 (or 0xC483B6) is unknown color: approx London Hue. HEX triplet: C4, 83 and B6. RGB value is (196,131,182). Sum of RGB (Red+Green+Blue) = 196+131+182=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C483B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483B6 is #3B7C49. Grayscale: #9C9C9C. Windows color (decimal): -3898442 or 11961284. OLE color: 11961284.

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

Color convert

RGB196131182-
CMYK00.330.070.23
HSL312.92º35.52%64.12%-
HSV(B)312.92º33.16%76.86%-
XYZ39.3231.3548.23-
YUV156.25142.53156.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=38.51%
G=25.74%
B=35.76%

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
Decimal19613118200.330.070.23312.9235.5264.12
HexC483B60217171392440
Octal30420326604172747144100
Binary1100010010000011101101100100001111101111001110011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483B6; }

 p { color: rgb(196,131,182); }

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

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

 a { background-color: rgb(196,131,182); }

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

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

 span { border-color: rgb(196,131,182); }

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