#C185BA

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

Shades of London Hue #C185BA

Tints of London Hue #C185BA

Color information

#C185BA (or 0xC185BA) is unknown color: approx London Hue. HEX triplet: C1, 85 and BA. RGB value is (193,133,186). Sum of RGB (Red+Green+Blue) = 193+133+186=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C185BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185BA is #3E7A45. Grayscale: #9C9C9C. Windows color (decimal): -4094534 or 12223937. OLE color: 12223937.

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

Color convert

RGB193133186-
CMYK00.310.040.24
HSL307º32.61%63.92%-
HSV(B)307º31.09%75.69%-
XYZ39.2431.6650.5-
YUV156.98144.38153.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 186 (73.05% from 255) = 36.33%
R=37.70%
G=25.98%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313318600.310.040.2430732.6163.92
HexC185BA01F4181332140
Octal30120527203743046341100
Binary110000011000010110111010011111100110001001100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185BA; }

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

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

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

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

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

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

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

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