Html Css Color HEX #C080BE London Hue

📋 copy color: '#C080BE'

red 192 ◦ green 128 ◦ blue 190

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

Shades of London Hue #C080BE

Tints of London Hue #C080BE

RGB

 RED value IS 192 (75.39% from 255) = 37.65%

 GREEN value IS 128 (50.39% from 255) = 25.1%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 37.65%
G = 25.1%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C080BE (or 0xC080BE) is known color: London Hue. HEX triplet: C0, 80 and BE. RGB value is (192,128,190). Sum of RGB (Red+Green+Blue) = 192+128+190=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C080BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080BE is #3F7F41. Grayscale: #9A9A9A. Windows color (decimal): -4161346 or 12484800. OLE color: 12484800.

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

Color convert

RGB 192 128 190 -
CMYK 0 0.33 0.01 0.25
HSL 301.88º 0.34% 0.63% -
HSV(B) 301.88º 0.33% 0.75% -
XYZ 38.75 30.36 52.53 -
YUV 154.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 192 128 190 0 0.33 0.01 0.25 301.88 0.34 0.63
Hex C0 80 BE 0 21 1 19 12E 22 3F
Octal 300 200 276 0 41 1 31 456 42 77
Binary 11000000 10000000 10111110 0 100001 1 11001 100101110 100010 111111

Color Harmonies of #C080BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080BE

Black with #C080BE

Text Example


Text Example

White with #C080BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080BE; }

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

 H1.HeaderClassName
 {
   color: #C080BE;
 }
 .AnyTagClassName
 {
   color: #C080BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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