#C186BA

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

Shades of London Hue #C186BA

Tints of London Hue #C186BA

Color information

#C186BA (or 0xC186BA) is unknown color: approx London Hue. HEX triplet: C1, 86 and BA. RGB value is (193,134,186). Sum of RGB (Red+Green+Blue) = 193+134+186=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BA is #3E7945. Grayscale: #9D9D9D. Windows color (decimal): -4094278 or 12224193. OLE color: 12224193.

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

Color convert

RGB193134186-
CMYK00.310.040.24
HSL307.12º32.24%64.12%-
HSV(B)307.12º30.57%75.69%-
XYZ39.3831.9350.54-
YUV157.57144.05153.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 134 (52.73% from 255) = 26.12%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=37.62%
G=26.12%
B=36.26%

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
Decimal19313418600.310.040.24307.1232.2464.12
HexC186BA01F4181332040
Octal30120627203743046340100
Binary110000011000011010111010011111100110001001100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C186BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C186BA; }

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

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

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

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

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

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

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

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