#C082AF

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

Shades of London Hue #C082AF

Tints of London Hue #C082AF

Color information

#C082AF (or 0xC082AF) is unknown color: approx London Hue. HEX triplet: C0, 82 and AF. RGB value is (192,130,175). Sum of RGB (Red+Green+Blue) = 192+130+175=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C082AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C082AF is #3F7D50. Grayscale: #999999. Windows color (decimal): -4160849 or 11502272. OLE color: 11502272.

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

Color convert

RGB192130175-
CMYK00.320.090.25
HSL316.45º32.98%63.14%-
HSV(B)316.45º32.29%75.29%-
XYZ37.4630.2744.43-
YUV153.67140.04155.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=38.63%
G=26.16%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213017500.320.090.25316.4532.9863.14
HexC082AF02091913c213f
Octal30020225704011314744177
Binary1100000010000010101011110100000100111001100111100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C082AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C082AF; }

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

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

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

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

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

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

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

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