Html Css Color HEX #C190B9 London Hue

📋 copy color: '#C190B9'

red 193 ◦ green 144 ◦ blue 185

#C190B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C190B9

Tints of London Hue #C190B9

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 value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C190B9 (or 0xC190B9) is known color: 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

RGB 193 144 185 -
CMYK 0 0.25 0.04 0.24
HSL 309.8º 0.28% 0.66% -
HSV(B) 309.8º 0.25% 0.76% -
XYZ 40.72 34.79 50.47 -
YUV 163.33 140.23 149.17 -
System Red Green Blue C M Y K H S L
Decimal 193 144 185 0 0.25 0.04 0.24 309.8 0.28 0.66
Hex C1 90 B9 0 19 4 18 136 1C 42
Octal 301 220 271 0 31 4 30 466 34 102
Binary 11000001 10010000 10111001 0 11001 100 11000 100110110 11100 1000010

Color Harmonies of #C190B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190B9

Black with #C190B9

Text Example


Text Example

White with #C190B9

Text Example


Text Example

HTML Codes & Css Web 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>