#C084B2

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

Shades of London Hue #C084B2

Tints of London Hue #C084B2

Color information

#C084B2 (or 0xC084B2) is unknown color: approx London Hue. HEX triplet: C0, 84 and B2. RGB value is (192,132,178). Sum of RGB (Red+Green+Blue) = 192+132+178=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C084B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084B2 is #3F7B4D. Grayscale: #9B9B9B. Windows color (decimal): -4160334 or 11699392. OLE color: 11699392.

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

Color convert

RGB192132178-
CMYK00.310.070.25
HSL314º32.26%63.53%-
HSV(B)314º31.25%75.29%-
XYZ38.0330.9246.08-
YUV155.18140.88154.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=38.25%
G=26.29%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213217800.310.070.2531432.2663.53
HexC084B201F71913a2040
Octal30020426203773147240100
Binary110000001000010010110010011111111110011001110101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084B2; }

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

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

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

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

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

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

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

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