#C379B5

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

Shades of London Hue #C379B5

Tints of London Hue #C379B5

Color information

#C379B5 (or 0xC379B5) is unknown color: approx London Hue. HEX triplet: C3, 79 and B5. RGB value is (195,121,181). Sum of RGB (Red+Green+Blue) = 195+121+181=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C379B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C379B5 is #3C864A. Grayscale: #959595. Windows color (decimal): -3966539 or 11893187. OLE color: 11893187.

HSL color Cylindrical-coordinate representation of color #C379B5: hue angle of 311.35º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379B5 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195121181-
CMYK00.380.070.24
HSL311.35º38.14%61.96%-
HSV(B)311.35º37.95%76.47%-
XYZ37.6828.6147.25-
YUV149.97145.52160.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=39.24%
G=24.35%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512118100.380.070.24311.3538.1461.96
HexC379B5026718137263e
Octal3031712650467304674676
Binary11000011111100110110101010011011111000100110111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C379B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C379B5; }

 p { color: rgb(195,121,181); }

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

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

 a { background-color: rgb(195,121,181); }

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

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

 span { border-color: rgb(195,121,181); }

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