#C082BE

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

Shades of London Hue #C082BE

Tints of London Hue #C082BE

Color information

#C082BE (or 0xC082BE) is unknown color: approx London Hue. HEX triplet: C0, 82 and BE. RGB value is (192,130,190). Sum of RGB (Red+Green+Blue) = 192+130+190=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C082BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082BE is #3F7D41. Grayscale: #9B9B9B. Windows color (decimal): -4160834 or 12485312. OLE color: 12485312.

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

Color convert

RGB192130190-
CMYK00.320.010.25
HSL301.94º32.98%63.14%-
HSV(B)301.94º32.29%75.29%-
XYZ39.0230.8952.62-
YUV155.38147.54154.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=37.5%
G=25.39%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213019000.320.010.25301.9432.9863.14
HexC082BE02011912e213f
Octal3002022760401314564177
Binary1100000010000010101111100100000111001100101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082BE; }

 p { color: rgb(192,130,190); }

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

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

 a { background-color: rgb(192,130,190); }

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

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

 span { border-color: rgb(192,130,190); }

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