#C080B5

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

Shades of London Hue #C080B5

Tints of London Hue #C080B5

Color information

#C080B5 (or 0xC080B5) is unknown color: approx London Hue. HEX triplet: C0, 80 and B5. RGB value is (192,128,181). Sum of RGB (Red+Green+Blue) = 192+128+181=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080B5 is #3F7F4A. Grayscale: #999999. Windows color (decimal): -4161355 or 11894976. OLE color: 11894976.

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

Color convert

RGB192128181-
CMYK00.330.060.25
HSL310.31º33.68%62.75%-
HSV(B)310.31º33.33%75.29%-
XYZ37.829.9847.51-
YUV153.18143.7155.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=38.32%
G=25.55%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212818100.330.060.25310.3133.6862.75
HexC080B5021619136223f
Octal3002002650416314664277
Binary110000001000000010110101010000111011001100110110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080B5; }

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

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

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

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

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

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

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

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