#C185BE

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

Shades of London Hue #C185BE

Tints of London Hue #C185BE

Color information

#C185BE (or 0xC185BE) is unknown color: approx London Hue. HEX triplet: C1, 85 and BE. RGB value is (193,133,190). Sum of RGB (Red+Green+Blue) = 193+133+190=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C185BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185BE is #3E7A41. Grayscale: #9D9D9D. Windows color (decimal): -4094530 or 12486081. OLE color: 12486081.

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

Color convert

RGB193133190-
CMYK00.310.020.24
HSL303º32.61%63.92%-
HSV(B)303º31.09%75.69%-
XYZ39.6731.8352.77-
YUV157.44146.38153.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 133 (52.34% from 255) = 25.78%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=37.40%
G=25.78%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313319000.310.020.2430332.6163.92
HexC185BE01F21812f2140
Octal30120527603723045741100
Binary11000001100001011011111001111110110001001011111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185BE; }

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

 H1.HeaderClassName
 {
   color: #C185BE;
 }
 .AnyTagClassName
 {
   color: #C185BE;
 }
</style>
background-color css

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

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

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

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

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

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