Html Css Color HEX #C190B8 London Hue

📋 copy color: '#C190B8'

red 193 ◦ green 144 ◦ blue 184

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

Shades of London Hue #C190B8

Tints of London Hue #C190B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 37.04%
G = 27.64%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C190B8 (or 0xC190B8) is known color: London Hue. HEX triplet: C1, 90 and B8. RGB value is (193,144,184). Sum of RGB (Red+Green+Blue) = 193+144+184=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C190B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190B8 is #3E6F47. Grayscale: #A3A3A3. Windows color (decimal): -4091720 or 12095681. OLE color: 12095681.

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

Color convert

RGB 193 144 184 -
CMYK 0 0.25 0.05 0.24
HSL 311.02º 0.28% 0.66% -
HSV(B) 311.02º 0.25% 0.76% -
XYZ 40.62 34.74 49.91 -
YUV 163.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 193 144 184 0 0.25 0.05 0.24 311.02 0.28 0.66
Hex C1 90 B8 0 19 5 18 137 1C 42
Octal 301 220 270 0 31 5 30 467 34 102
Binary 11000001 10010000 10111000 0 11001 101 11000 100110111 11100 1000010

Color Harmonies of #C190B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190B8

Black with #C190B8

Text Example


Text Example

White with #C190B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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