Html Css Color HEX #C082BE London Hue

📋 copy color: '#C082BE'

red 192 ◦ green 130 ◦ blue 190

#C082BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C082BE

Tints of London Hue #C082BE

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 value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C082BE (or 0xC082BE) is known color: 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

RGB 192 130 190 -
CMYK 0 0.32 0.01 0.25
HSL 301.94º 0.33% 0.63% -
HSV(B) 301.94º 0.32% 0.75% -
XYZ 39.02 30.89 52.62 -
YUV 155.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 192 130 190 0 0.32 0.01 0.25 301.94 0.33 0.63
Hex C0 82 BE 0 20 1 19 12E 21 3F
Octal 300 202 276 0 40 1 31 456 41 77
Binary 11000000 10000010 10111110 0 100000 1 11001 100101110 100001 111111

Color Harmonies of #C082BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082BE

Black with #C082BE

Text Example


Text Example

White with #C082BE

Text Example


Text Example

HTML Codes & Css Web 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>