#C084AE

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

Shades of London Hue #C084AE

Tints of London Hue #C084AE

Color information

#C084AE (or 0xC084AE) is unknown color: approx London Hue. HEX triplet: C0, 84 and AE. RGB value is (192,132,174). Sum of RGB (Red+Green+Blue) = 192+132+174=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 174 (68.36% from 255 or 34.94% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C084AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084AE is #3F7B51. Grayscale: #9A9A9A. Windows color (decimal): -4160338 or 11437248. OLE color: 11437248.

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

Color convert

RGB192132174-
CMYK00.310.090.25
HSL318º32.26%63.53%-
HSV(B)318º31.25%75.29%-
XYZ37.6330.7644-
YUV154.73138.88154.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 174 (68.36% from 255) = 34.94%
R=38.55%
G=26.51%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213217400.310.090.2531832.2663.53
HexC084AE01F91913e2040
Octal300204256037113147640100
Binary1100000010000100101011100111111001110011001111101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084AE; }

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

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

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

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

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

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

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

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