#C479AF

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

Shades of London Hue #C479AF

Tints of London Hue #C479AF

Color information

#C479AF (or 0xC479AF) is unknown color: approx London Hue. HEX triplet: C4, 79 and AF. RGB value is (196,121,175). Sum of RGB (Red+Green+Blue) = 196+121+175=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AF is #3B8650. Grayscale: #959595. Windows color (decimal): -3901009 or 11499972. OLE color: 11499972.

HSL color Cylindrical-coordinate representation of color #C479AF: hue angle of 316.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479AF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196121175-
CMYK00.380.110.23
HSL316.8º38.86%62.16%-
HSV(B)316.8º38.27%76.86%-
XYZ37.3428.5144.09-
YUV149.58142.35161.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 121 (47.66% from 255) = 24.59%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=39.84%
G=24.59%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612117500.380.110.23316.838.8662.16
HexC479AF026B1713d273e
Octal30417125704613274754776
Binary110001001111001101011110100110101110111100111101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479AF; }

 p { color: rgb(196,121,175); }

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

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

 a { background-color: rgb(196,121,175); }

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

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

 span { border-color: rgb(196,121,175); }

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