Html Css Color HEX #C191B8 London Hue

📋 copy color: '#C191B8'

red 193 ◦ green 145 ◦ blue 184

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

Shades of London Hue #C191B8

Tints of London Hue #C191B8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.78%

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

R = 36.97%
G = 27.78%
B = 35.25%

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

#C191B8 (or 0xC191B8) is known color: London Hue. HEX triplet: C1, 91 and B8. RGB value is (193,145,184). Sum of RGB (Red+Green+Blue) = 193+145+184=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C191B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191B8 is #3E6E47. Grayscale: #A3A3A3. Windows color (decimal): -4091464 or 12095937. OLE color: 12095937.

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

Color convert

RGB 193 145 184 -
CMYK 0 0.25 0.05 0.24
HSL 311.25º 0.28% 0.66% -
HSV(B) 311.25º 0.25% 0.76% -
XYZ 40.77 35.05 49.96 -
YUV 163.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 193 145 184 0 0.25 0.05 0.24 311.25 0.28 0.66
Hex C1 91 B8 0 19 5 18 137 1C 42
Octal 301 221 270 0 31 5 30 467 34 102
Binary 11000001 10010001 10111000 0 11001 101 11000 100110111 11100 1000010

Color Harmonies of #C191B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191B8

Black with #C191B8

Text Example


Text Example

White with #C191B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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