#C190BB

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

Shades of London Hue #C190BB

Tints of London Hue #C190BB

Color information

#C190BB (or 0xC190BB) is unknown color: approx London Hue. HEX triplet: C1, 90 and BB. RGB value is (193,144,187). Sum of RGB (Red+Green+Blue) = 193+144+187=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BB is #3E6F44. Grayscale: #A3A3A3. Windows color (decimal): -4091717 or 12292289. OLE color: 12292289.

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

Color convert

RGB193144187-
CMYK00.250.030.24
HSL307.35º28.32%66.08%-
HSV(B)307.35º25.39%75.69%-
XYZ40.9434.8751.59-
YUV163.55141.23149-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.83%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=36.83%
G=27.48%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314418700.250.030.24307.3528.3266.08
HexC190BB0193181331c42
Octal30122027303133046334102
Binary1100000110010000101110110110011111000100110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190BB; }

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

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

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

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

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

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

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

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