#C187B5

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

Shades of London Hue #C187B5

Tints of London Hue #C187B5

Color information

#C187B5 (or 0xC187B5) is unknown color: approx London Hue. HEX triplet: C1, 87 and B5. RGB value is (193,135,181). Sum of RGB (Red+Green+Blue) = 193+135+181=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C187B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187B5 is #3E784A. Grayscale: #9D9D9D. Windows color (decimal): -4094027 or 11896769. OLE color: 11896769.

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

Color convert

RGB193135181-
CMYK00.300.060.24
HSL312.41º31.87%64.31%-
HSV(B)312.41º30.05%75.69%-
XYZ393247.84-
YUV157.59141.22153.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 135 (53.12% from 255) = 26.52%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=37.92%
G=26.52%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313518100.300.060.24312.4131.8764.31
HexC187B501E6181382040
Octal30120726503663047040100
Binary110000011000011110110101011110110110001001110001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C187B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C187B5; }

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

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

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

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

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

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

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

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