#C183AF

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

Shades of London Hue #C183AF

Tints of London Hue #C183AF

Color information

#C183AF (or 0xC183AF) is unknown color: approx London Hue. HEX triplet: C1, 83 and AF. RGB value is (193,131,175). Sum of RGB (Red+Green+Blue) = 193+131+175=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C183AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183AF is #3E7C50. Grayscale: #9A9A9A. Windows color (decimal): -4095057 or 11502529. OLE color: 11502529.

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

Color convert

RGB193131175-
CMYK00.320.090.24
HSL317.42º33.33%63.53%-
HSV(B)317.42º32.12%75.69%-
XYZ37.8530.6744.48-
YUV154.55139.54155.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 131 (51.56% from 255) = 26.25%
BLUE value IS 175 (68.75% from 255) = 35.07%
R=38.68%
G=26.25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313117500.320.090.24317.4233.3363.53
HexC183AF02091813d2140
Octal301203257040113047541100
Binary11000001100000111010111101000001001110001001111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C183AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C183AF; }

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

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

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

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

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

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

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

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