Html Css Color HEX #C192B9 London Hue

📋 copy color: '#C192B9'

red 193 ◦ green 146 ◦ blue 185

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

Shades of London Hue #C192B9

Tints of London Hue #C192B9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.86%

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 36.83%
G = 27.86%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C192B9 (or 0xC192B9) is known color: London Hue. HEX triplet: C1, 92 and B9. RGB value is (193,146,185). Sum of RGB (Red+Green+Blue) = 193+146+185=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192B9 is #3E6D46. Grayscale: #A4A4A4. Windows color (decimal): -4091207 or 12161729. OLE color: 12161729.

HSL color Cylindrical-coordinate representation of color #C192B9: hue angle of 310.21º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192B9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 146 185 -
CMYK 0 0.24 0.04 0.24
HSL 310.21º 0.27% 0.66% -
HSV(B) 310.21º 0.24% 0.76% -
XYZ 41.03 35.4 50.57 -
YUV 164.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 193 146 185 0 0.24 0.04 0.24 310.21 0.27 0.66
Hex C1 92 B9 0 18 4 18 136 1B 42
Octal 301 222 271 0 30 4 30 466 33 102
Binary 11000001 10010010 10111001 0 11000 100 11000 100110110 11011 1000010

Color Harmonies of #C192B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192B9

Black with #C192B9

Text Example


Text Example

White with #C192B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192B9; }

 p { color: rgb(193,146,185); }

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

background-color css

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

 a { background-color: rgb(193,146,185); }

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

border-color css

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

 span { border-color: rgb(193,146,185); }

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