#C084B0

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

Shades of London Hue #C084B0

Tints of London Hue #C084B0

Color information

#C084B0 (or 0xC084B0) is unknown color: approx London Hue. HEX triplet: C0, 84 and B0. RGB value is (192,132,176). Sum of RGB (Red+Green+Blue) = 192+132+176=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084B0 is #3F7B4F. Grayscale: #9A9A9A. Windows color (decimal): -4160336 or 11568320. OLE color: 11568320.

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

Color convert

RGB192132176-
CMYK00.310.080.25
HSL316º32.26%63.53%-
HSV(B)316º31.25%75.29%-
XYZ37.8330.8445.03-
YUV154.96139.88154.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=38.4%
G=26.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213217600.310.080.2531632.2663.53
HexC084B001F81913c2040
Octal300204260037103147440100
Binary1100000010000100101100000111111000110011001111001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084B0; }

 p { color: rgb(192,132,176); }

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

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

 a { background-color: rgb(192,132,176); }

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

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

 span { border-color: rgb(192,132,176); }

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