#C183B1

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

Shades of London Hue #C183B1

Tints of London Hue #C183B1

Color information

#C183B1 (or 0xC183B1) is unknown color: approx London Hue. HEX triplet: C1, 83 and B1. RGB value is (193,131,177). Sum of RGB (Red+Green+Blue) = 193+131+177=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C183B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183B1 is #3E7C4E. Grayscale: #9A9A9A. Windows color (decimal): -4095055 or 11633601. OLE color: 11633601.

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

Color convert

RGB193131177-
CMYK00.320.080.24
HSL315.48º33.33%63.53%-
HSV(B)315.48º32.12%75.69%-
XYZ38.0430.7445.52-
YUV154.78140.54155.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 177 (69.53% from 255) = 35.33%
R=38.52%
G=26.15%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313117700.320.080.24315.4833.3363.53
HexC183B102081813b2140
Octal301203261040103047341100
Binary11000001100000111011000101000001000110001001110111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183B1; }

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

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

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

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

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

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

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

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