#C087B7

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

Shades of London Hue #C087B7

Tints of London Hue #C087B7

Color information

#C087B7 (or 0xC087B7) is unknown color: approx London Hue. HEX triplet: C0, 87 and B7. RGB value is (192,135,183). Sum of RGB (Red+Green+Blue) = 192+135+183=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C087B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087B7 is #3F7848. Grayscale: #9D9D9D. Windows color (decimal): -4159561 or 12027840. OLE color: 12027840.

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

Color convert

RGB192135183-
CMYK00.300.050.25
HSL309.47º31.15%64.12%-
HSV(B)309.47º29.69%75.29%-
XYZ38.9531.9548.91-
YUV157.51142.38152.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 183 (71.88% from 255) = 35.88%
R=37.65%
G=26.47%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213518300.300.050.25309.4731.1564.12
HexC087B701E5191351f40
Octal30020726703653146537100
Binary11000000100001111011011101111010111001100110101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087B7; }

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

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

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

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

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

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

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

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