#C087B1

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

Shades of London Hue #C087B1

Tints of London Hue #C087B1

Color information

#C087B1 (or 0xC087B1) is unknown color: approx London Hue. HEX triplet: C0, 87 and B1. RGB value is (192,135,177). Sum of RGB (Red+Green+Blue) = 192+135+177=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C087B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C087B1 is #3F784E. Grayscale: #9C9C9C. Windows color (decimal): -4159567 or 11634624. OLE color: 11634624.

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

Color convert

RGB192135177-
CMYK00.300.080.25
HSL315.79º31.15%64.12%-
HSV(B)315.79º29.69%75.29%-
XYZ38.3431.7145.69-
YUV156.83139.38153.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 177 (69.53% from 255) = 35.12%
R=38.10%
G=26.79%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213517700.300.080.25315.7931.1564.12
HexC087B101E81913c1f40
Octal300207261036103147437100
Binary110000001000011110110001011110100011001100111100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C087B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C087B1; }

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

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

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

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

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

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

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

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