#C185BD

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

Shades of London Hue #C185BD

Tints of London Hue #C185BD

Color information

#C185BD (or 0xC185BD) is unknown color: approx London Hue. HEX triplet: C1, 85 and BD. RGB value is (193,133,189). Sum of RGB (Red+Green+Blue) = 193+133+189=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C185BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185BD is #3E7A42. Grayscale: #9D9D9D. Windows color (decimal): -4094531 or 12420545. OLE color: 12420545.

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

Color convert

RGB193133189-
CMYK00.310.020.24
HSL304º32.61%63.92%-
HSV(B)304º31.09%75.69%-
XYZ39.5731.7952.19-
YUV157.32145.88153.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=37.48%
G=25.83%
B=36.70%

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
Decimal19313318900.310.020.2430432.6163.92
HexC185BD01F2181302140
Octal30120527503723046041100
Binary11000001100001011011110101111110110001001100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185BD; }

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

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

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

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

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

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

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

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