Html Css Color HEX #C190BA London Hue

📋 copy color: '#C190BA'

red 193 ◦ green 144 ◦ blue 186

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

Shades of London Hue #C190BA

Tints of London Hue #C190BA

RGB

 RED value IS 193 (75.78% from 255) = 36.9%

 GREEN value IS 144 (56.64% from 255) = 27.53%

 BLUE value IS 186 (73.05% from 255) = 35.56%

R = 36.9%
G = 27.53%
B = 35.56%

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

#C190BA (or 0xC190BA) is known color: London Hue. HEX triplet: C1, 90 and BA. RGB value is (193,144,186). Sum of RGB (Red+Green+Blue) = 193+144+186=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C190BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190BA is #3E6F45. Grayscale: #A3A3A3. Windows color (decimal): -4091718 or 12226753. OLE color: 12226753.

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

Color convert

RGB 193 144 186 -
CMYK 0 0.25 0.04 0.24
HSL 308.57º 0.28% 0.66% -
HSV(B) 308.57º 0.25% 0.76% -
XYZ 40.83 34.83 51.03 -
YUV 163.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 193 144 186 0 0.25 0.04 0.24 308.57 0.28 0.66
Hex C1 90 BA 0 19 4 18 135 1C 42
Octal 301 220 272 0 31 4 30 465 34 102
Binary 11000001 10010000 10111010 0 11001 100 11000 100110101 11100 1000010

Color Harmonies of #C190BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190BA

Black with #C190BA

Text Example


Text Example

White with #C190BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190BA; }

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

 H1.HeaderClassName
 {
   color: #C190BA;
 }
 .AnyTagClassName
 {
   color: #C190BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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