#C487BA

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

Shades of London Hue #C487BA

Tints of London Hue #C487BA

Color information

#C487BA (or 0xC487BA) is unknown color: approx London Hue. HEX triplet: C4, 87 and BA. RGB value is (196,135,186). Sum of RGB (Red+Green+Blue) = 196+135+186=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C487BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C487BA is #3B7845. Grayscale: #9E9E9E. Windows color (decimal): -3897414 or 12224452. OLE color: 12224452.

HSL color Cylindrical-coordinate representation of color #C487BA: hue angle of 309.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C487BA is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196135186-
CMYK00.310.050.23
HSL309.84º34.08%64.9%-
HSV(B)309.84º31.12%76.86%-
XYZ40.2932.6150.62-
YUV159.05143.21154.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=37.91%
G=26.11%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613518600.310.050.23309.8434.0864.9
HexC487BA01F5171362241
Octal30420727203752746642101
Binary110001001000011110111010011111101101111001101101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C487BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C487BA; }

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

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

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

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

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

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

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

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