Html Css Color HEX #C182BE London Hue

📋 copy color: '#C182BE'

red 193 ◦ green 130 ◦ blue 190

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

Shades of London Hue #C182BE

Tints of London Hue #C182BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 37.62%
G = 25.34%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C182BE (or 0xC182BE) is known color: London Hue. HEX triplet: C1, 82 and BE. RGB value is (193,130,190). Sum of RGB (Red+Green+Blue) = 193+130+190=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C182BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182BE is #3E7D41. Grayscale: #9B9B9B. Windows color (decimal): -4095298 or 12485313. OLE color: 12485313.

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

Color convert

RGB 193 130 190 -
CMYK 0 0.33 0.02 0.24
HSL 302.86º 0.34% 0.63% -
HSV(B) 302.86º 0.33% 0.76% -
XYZ 39.27 31.02 52.63 -
YUV 155.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 193 130 190 0 0.33 0.02 0.24 302.86 0.34 0.63
Hex C1 82 BE 0 21 2 18 12F 22 3F
Octal 301 202 276 0 41 2 30 457 42 77
Binary 11000001 10000010 10111110 0 100001 10 11000 100101111 100010 111111

Color Harmonies of #C182BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182BE

Black with #C182BE

Text Example


Text Example

White with #C182BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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