#C187BA

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

Shades of London Hue #C187BA

Tints of London Hue #C187BA

Color information

#C187BA (or 0xC187BA) is unknown color: approx London Hue. HEX triplet: C1, 87 and BA. RGB value is (193,135,186). Sum of RGB (Red+Green+Blue) = 193+135+186=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C187BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187BA is #3E7845. Grayscale: #9E9E9E. Windows color (decimal): -4094022 or 12224449. OLE color: 12224449.

HSL color Cylindrical-coordinate representation of color #C187BA: hue angle of 307.24º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C187BA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193135186-
CMYK00.300.040.24
HSL307.24º31.87%64.31%-
HSV(B)307.24º30.05%75.69%-
XYZ39.5232.2150.59-
YUV158.16143.72152.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 135 (53.12% from 255) = 26.26%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=37.55%
G=26.26%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313518600.300.040.24307.2431.8764.31
HexC187BA01E4181332040
Octal30120727203643046340100
Binary110000011000011110111010011110100110001001100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187BA; }

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

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

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

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

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

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

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

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