Html Css Color HEX #C192BA London Hue

📋 copy color: '#C192BA'

red 193 ◦ green 146 ◦ blue 186

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

Shades of London Hue #C192BA

Tints of London Hue #C192BA

RGB

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

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

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

R = 36.76%
G = 27.81%
B = 35.43%

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

#C192BA (or 0xC192BA) is known color: London Hue. HEX triplet: C1, 92 and BA. RGB value is (193,146,186). Sum of RGB (Red+Green+Blue) = 193+146+186=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C192BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192BA is #3E6D45. Grayscale: #A4A4A4. Windows color (decimal): -4091206 or 12227265. OLE color: 12227265.

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

Color convert

RGB 193 146 186 -
CMYK 0 0.24 0.04 0.24
HSL 308.94º 0.27% 0.66% -
HSV(B) 308.94º 0.24% 0.76% -
XYZ 41.13 35.44 51.13 -
YUV 164.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 193 146 186 0 0.24 0.04 0.24 308.94 0.27 0.66
Hex C1 92 BA 0 18 4 18 135 1B 42
Octal 301 222 272 0 30 4 30 465 33 102
Binary 11000001 10010010 10111010 0 11000 100 11000 100110101 11011 1000010

Color Harmonies of #C192BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192BA

Black with #C192BA

Text Example


Text Example

White with #C192BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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