#C182AF

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

Shades of London Hue #C182AF

Tints of London Hue #C182AF

Color information

#C182AF (or 0xC182AF) is unknown color: approx London Hue. HEX triplet: C1, 82 and AF. RGB value is (193,130,175). Sum of RGB (Red+Green+Blue) = 193+130+175=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C182AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182AF is #3E7D50. Grayscale: #999999. Windows color (decimal): -4095313 or 11502273. OLE color: 11502273.

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

Color convert

RGB193130175-
CMYK00.330.090.24
HSL317.14º33.69%63.33%-
HSV(B)317.14º32.64%75.69%-
XYZ37.7130.444.44-
YUV153.97139.87155.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 130 (51.17% from 255) = 26.10%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=38.76%
G=26.10%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313017500.330.090.24317.1433.6963.33
HexC182AF02191813d223f
Octal30120225704111304754277
Binary1100000110000010101011110100001100111000100111101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182AF; }

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

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

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

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

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

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

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

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