#C080AF

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

Shades of London Hue #C080AF

Tints of London Hue #C080AF

Color information

#C080AF (or 0xC080AF) is unknown color: approx London Hue. HEX triplet: C0, 80 and AF. RGB value is (192,128,175). Sum of RGB (Red+Green+Blue) = 192+128+175=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AF is #3F7F50. Grayscale: #989898. Windows color (decimal): -4161361 or 11501760. OLE color: 11501760.

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

Color convert

RGB192128175-
CMYK00.330.090.25
HSL315.94º33.68%62.75%-
HSV(B)315.94º33.33%75.29%-
XYZ37.229.7444.34-
YUV152.49140.7156.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=38.79%
G=25.86%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212817500.330.090.25315.9433.6862.75
HexC080AF02191913c223f
Octal30020025704111314744277
Binary1100000010000000101011110100001100111001100111100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080AF; }

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

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

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

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

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

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

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

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