#C183B0

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

Shades of London Hue #C183B0

Tints of London Hue #C183B0

Color information

#C183B0 (or 0xC183B0) is unknown color: approx London Hue. HEX triplet: C1, 83 and B0. RGB value is (193,131,176). Sum of RGB (Red+Green+Blue) = 193+131+176=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C183B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183B0 is #3E7C4F. Grayscale: #9A9A9A. Windows color (decimal): -4095056 or 11568065. OLE color: 11568065.

HSL color Cylindrical-coordinate representation of color #C183B0: hue angle of 316.45º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183B0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193131176-
CMYK00.320.090.24
HSL316.45º33.33%63.53%-
HSV(B)316.45º32.12%75.69%-
XYZ37.9530.745-
YUV154.67140.04155.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 131 (51.56% from 255) = 26.2%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=38.6%
G=26.2%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313117600.320.090.24316.4533.3363.53
HexC183B002091813c2140
Octal301203260040113047441100
Binary11000001100000111011000001000001001110001001111001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183B0; }

 p { color: rgb(193,131,176); }

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

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

 a { background-color: rgb(193,131,176); }

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

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

 span { border-color: rgb(193,131,176); }

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