Html Css Color HEX #C193BA London Hue

📋 copy color: '#C193BA'

red 193 ◦ green 147 ◦ blue 186

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

Shades of London Hue #C193BA

Tints of London Hue #C193BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.95%

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

R = 36.69%
G = 27.95%
B = 35.36%

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

#C193BA (or 0xC193BA) is known color: London Hue. HEX triplet: C1, 93 and BA. RGB value is (193,147,186). Sum of RGB (Red+Green+Blue) = 193+147+186=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 193 - color contains mainly: red. Hex color #C193BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193BA is #3E6C45. Grayscale: #A5A5A5. Windows color (decimal): -4090950 or 12227521. OLE color: 12227521.

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

Color convert

RGB 193 147 186 -
CMYK 0 0.24 0.04 0.24
HSL 309.13º 0.27% 0.67% -
HSV(B) 309.13º 0.24% 0.76% -
XYZ 41.29 35.75 51.18 -
YUV 165.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 193 147 186 0 0.24 0.04 0.24 309.13 0.27 0.67
Hex C1 93 BA 0 18 4 18 135 1B 43
Octal 301 223 272 0 30 4 30 465 33 103
Binary 11000001 10010011 10111010 0 11000 100 11000 100110101 11011 1000011

Color Harmonies of #C193BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193BA

Black with #C193BA

Text Example


Text Example

White with #C193BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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