#C082BD

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

Shades of London Hue #C082BD

Tints of London Hue #C082BD

Color information

#C082BD (or 0xC082BD) is unknown color: approx London Hue. HEX triplet: C0, 82 and BD. RGB value is (192,130,189). Sum of RGB (Red+Green+Blue) = 192+130+189=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C082BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082BD is #3F7D42. Grayscale: #9B9B9B. Windows color (decimal): -4160835 or 12419776. OLE color: 12419776.

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

Color convert

RGB192130189-
CMYK00.320.020.25
HSL302.9º32.98%63.14%-
HSV(B)302.9º32.29%75.29%-
XYZ38.9130.8552.05-
YUV155.26147.04154.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=37.57%
G=25.44%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213018900.320.020.25302.932.9863.14
HexC082BD02021912f213f
Octal3002022750402314574177
Binary11000000100000101011110101000001011001100101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082BD; }

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

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

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

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

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

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

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

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