#C07AB7

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

Shades of London Hue #C07AB7

Tints of London Hue #C07AB7

Color information

#C07AB7 (or 0xC07AB7) is unknown color: approx London Hue. HEX triplet: C0, 7A and B7. RGB value is (192,122,183). Sum of RGB (Red+Green+Blue) = 192+122+183=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 183 (71.88% from 255 or 36.82% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB7 is #3F8548. Grayscale: #959595. Windows color (decimal): -4162889 or 12024512. OLE color: 12024512.

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

Color convert

RGB192122183-
CMYK00.360.050.25
HSL307.71º35.71%61.57%-
HSV(B)307.71º36.46%75.29%-
XYZ37.2528.5448.35-
YUV149.88146.69158.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 183 (71.88% from 255) = 36.82%
R=38.63%
G=24.55%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212218300.360.050.25307.7135.7161.57
HexC07AB7024519134243e
Octal3001722670445314644476
Binary11000000111101010110111010010010111001100110100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07AB7; }

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

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

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

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

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

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

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

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