Html Css Color HEX #C182BA London Hue

📋 copy color: '#C182BA'

red 193 ◦ green 130 ◦ blue 186

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

Shades of London Hue #C182BA

Tints of London Hue #C182BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.54%

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

R = 37.92%
G = 25.54%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C182BA (or 0xC182BA) is known color: London Hue. HEX triplet: C1, 82 and BA. RGB value is (193,130,186). Sum of RGB (Red+Green+Blue) = 193+130+186=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C182BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182BA is #3E7D45. Grayscale: #9B9B9B. Windows color (decimal): -4095302 or 12223169. OLE color: 12223169.

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

Color convert

RGB 193 130 186 -
CMYK 0 0.33 0.04 0.24
HSL 306.67º 0.34% 0.63% -
HSV(B) 306.67º 0.33% 0.76% -
XYZ 38.84 30.85 50.36 -
YUV 155.22 145.37 154.95 -
System Red Green Blue C M Y K H S L
Decimal 193 130 186 0 0.33 0.04 0.24 306.67 0.34 0.63
Hex C1 82 BA 0 21 4 18 133 22 3F
Octal 301 202 272 0 41 4 30 463 42 77
Binary 11000001 10000010 10111010 0 100001 100 11000 100110011 100010 111111

Color Harmonies of #C182BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182BA

Black with #C182BA

Text Example


Text Example

White with #C182BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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