#C377B3

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

Shades of London Hue #C377B3

Tints of London Hue #C377B3

Color information

#C377B3 (or 0xC377B3) is unknown color: approx London Hue. HEX triplet: C3, 77 and B3. RGB value is (195,119,179). Sum of RGB (Red+Green+Blue) = 195+119+179=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C377B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377B3 is #3C884C. Grayscale: #949494. Windows color (decimal): -3967053 or 11761603. OLE color: 11761603.

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

Color convert

RGB195119179-
CMYK00.390.080.24
HSL312.63º38.78%61.57%-
HSV(B)312.63º38.97%76.47%-
XYZ37.2428.0546.1-
YUV148.56145.18161.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 179 (70.31% from 255) = 36.31%
R=39.55%
G=24.14%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511917900.390.080.24312.6338.7861.57
HexC377B3027818139273e
Octal30316726304710304714776
Binary110000111110111101100110100111100011000100111001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377B3; }

 p { color: rgb(195,119,179); }

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

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

 a { background-color: rgb(195,119,179); }

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

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

 span { border-color: rgb(195,119,179); }

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