#C190B9

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

Shades of London Hue #C190B9

Tints of London Hue #C190B9

Color information

#C190B9 (or 0xC190B9) is unknown color: approx London Hue. HEX triplet: C1, 90 and B9. RGB value is (193,144,185). Sum of RGB (Red+Green+Blue) = 193+144+185=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C190B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190B9 is #3E6F46. Grayscale: #A3A3A3. Windows color (decimal): -4091719 or 12161217. OLE color: 12161217.

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

Color convert

RGB193144185-
CMYK00.250.040.24
HSL309.8º28.32%66.08%-
HSV(B)309.8º25.39%75.69%-
XYZ40.7234.7950.47-
YUV163.32140.23149.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=36.97%
G=27.59%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314418500.250.040.24309.828.3266.08
HexC190B90194181361c42
Octal30122027103143046634102
Binary11000001100100001011100101100110011000100110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190B9; }

 p { color: rgb(193,144,185); }

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

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

 a { background-color: rgb(193,144,185); }

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

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

 span { border-color: rgb(193,144,185); }

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