#C07AB2

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

Shades of London Hue #C07AB2

Tints of London Hue #C07AB2

Color information

#C07AB2 (or 0xC07AB2) is unknown color: approx London Hue. HEX triplet: C0, 7A and B2. RGB value is (192,122,178). Sum of RGB (Red+Green+Blue) = 192+122+178=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AB2 is #3F854D. Grayscale: #959595. Windows color (decimal): -4162894 or 11696832. OLE color: 11696832.

HSL color Cylindrical-coordinate representation of color #C07AB2: hue angle of 312º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192122178-
CMYK00.360.070.25
HSL312º35.71%61.57%-
HSV(B)312º36.46%75.29%-
XYZ36.7328.3445.65-
YUV149.31144.19158.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.02%
GREEN value IS 122 (48.05% from 255) = 24.80%
BLUE value IS 178 (69.92% from 255) = 36.18%
R=39.02%
G=24.80%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212217800.360.070.2531235.7161.57
HexC07AB2024719138243e
Octal3001722620447314704476
Binary11000000111101010110010010010011111001100111000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AB2; }

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

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

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

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

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

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

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

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