#C182BE

Color #C182BE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C182BE

Tints of London Hue #C182BE

Color information

#C182BE (or 0xC182BE) is unknown color: approx 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

RGB193130190-
CMYK00.330.020.24
HSL302.86º33.69%63.33%-
HSV(B)302.86º32.64%75.69%-
XYZ39.2731.0252.63-
YUV155.68147.37154.62-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313019000.330.020.24302.8633.6963.33
HexC182BE02121812f223f
Octal3012022760412304574277
Binary11000001100000101011111001000011011000100101111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>