#C183BE

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

Shades of London Hue #C183BE

Tints of London Hue #C183BE

Color information

#C183BE (or 0xC183BE) is unknown color: approx London Hue. HEX triplet: C1, 83 and BE. RGB value is (193,131,190). Sum of RGB (Red+Green+Blue) = 193+131+190=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 131 (51.56% from 255 or 25.49% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C183BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183BE is #3E7C41. Grayscale: #9C9C9C. Windows color (decimal): -4095042 or 12485569. OLE color: 12485569.

HSL color Cylindrical-coordinate representation of color #C183BE: hue angle of 302.9º 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 #C183BE is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB193131190-
CMYK00.320.020.24
HSL302.9º33.33%63.53%-
HSV(B)302.9º32.12%75.69%-
XYZ39.431.2952.68-
YUV156.26147.04154.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 131 (51.56% from 255) = 25.49%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=37.55%
G=25.49%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313119000.320.020.24302.933.3363.53
HexC183BE02021812f2140
Octal30120327604023045741100
Binary110000011000001110111110010000010110001001011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183BE; }

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

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

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

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

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

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

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

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