#C191B8

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

Shades of London Hue #C191B8

Tints of London Hue #C191B8

Color information

#C191B8 (or 0xC191B8) is unknown color: approx London Hue. HEX triplet: C1, 91 and B8. RGB value is (193,145,184). Sum of RGB (Red+Green+Blue) = 193+145+184=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C191B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191B8 is #3E6E47. Grayscale: #A3A3A3. Windows color (decimal): -4091464 or 12095937. OLE color: 12095937.

HSL color Cylindrical-coordinate representation of color #C191B8: hue angle of 311.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191B8 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB193145184-
CMYK00.250.050.24
HSL311.25º27.91%66.27%-
HSV(B)311.25º24.87%75.69%-
XYZ40.7735.0549.96-
YUV163.8139.4148.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 184 (72.27% from 255) = 35.25%
R=36.97%
G=27.78%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314518400.250.050.24311.2527.9166.27
HexC191B80195181371c42
Octal30122127003153046734102
Binary11000001100100011011100001100110111000100110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191B8; }

 p { color: rgb(193,145,184); }

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

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

 a { background-color: rgb(193,145,184); }

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

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

 span { border-color: rgb(193,145,184); }

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