#C377B6

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

Shades of London Hue #C377B6

Tints of London Hue #C377B6

Color information

#C377B6 (or 0xC377B6) is unknown color: approx London Hue. HEX triplet: C3, 77 and B6. RGB value is (195,119,182). Sum of RGB (Red+Green+Blue) = 195+119+182=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C377B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C377B6 is #3C8849. Grayscale: #949494. Windows color (decimal): -3967050 or 11958211. OLE color: 11958211.

HSL color Cylindrical-coordinate representation of color #C377B6: hue angle of 310.26º 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 #C377B6 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB195119182-
CMYK00.390.070.24
HSL310.26º38.78%61.57%-
HSV(B)310.26º38.97%76.47%-
XYZ37.5528.1747.72-
YUV148.91146.68160.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 119 (46.88% from 255) = 23.99%
BLUE value IS 182 (71.48% from 255) = 36.69%
R=39.31%
G=23.99%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511918200.390.070.24310.2638.7861.57
HexC377B6027718136273e
Octal3031672660477304664776
Binary11000011111011110110110010011111111000100110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377B6; }

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

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

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

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

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

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

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

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