#C087BC

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

Shades of London Hue #C087BC

Tints of London Hue #C087BC

Color information

#C087BC (or 0xC087BC) is unknown color: approx London Hue. HEX triplet: C0, 87 and BC. RGB value is (192,135,188). Sum of RGB (Red+Green+Blue) = 192+135+188=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C087BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087BC is #3F7843. Grayscale: #9D9D9D. Windows color (decimal): -4159556 or 12355520. OLE color: 12355520.

HSL color Cylindrical-coordinate representation of color #C087BC: hue angle of 304.21º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087BC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192135188-
CMYK00.300.020.25
HSL304.21º31.15%64.12%-
HSV(B)304.21º29.69%75.29%-
XYZ39.4832.1751.7-
YUV158.08144.88152.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=37.28%
G=26.21%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213518800.300.020.25304.2131.1564.12
HexC087BC01E2191301f40
Octal30020727403623146037100
Binary1100000010000111101111000111101011001100110000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087BC; }

 p { color: rgb(192,135,188); }

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

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

 a { background-color: rgb(192,135,188); }

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

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

 span { border-color: rgb(192,135,188); }

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