#C776B1

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

Shades of London Hue #C776B1

Tints of London Hue #C776B1

Color information

#C776B1 (or 0xC776B1) is unknown color: approx London Hue. HEX triplet: C7, 76 and B1. RGB value is (199,118,177). Sum of RGB (Red+Green+Blue) = 199+118+177=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C776B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C776B1 is #38894E. Grayscale: #949494. Windows color (decimal): -3705167 or 11630279. OLE color: 11630279.

HSL color Cylindrical-coordinate representation of color #C776B1: hue angle of 316.3º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776B1 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB199118177-
CMYK00.410.110.22
HSL316.3º41.97%62.16%-
HSV(B)316.3º40.7%78.04%-
XYZ37.9728.2745.05-
YUV148.94143.84163.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=40.28%
G=23.89%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911817700.410.110.22316.341.9762.16
HexC776B1029B1613c2a3e
Octal30716626105113264745276
Binary110001111110110101100010101001101110110100111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776B1; }

 p { color: rgb(199,118,177); }

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

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

 a { background-color: rgb(199,118,177); }

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

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

 span { border-color: rgb(199,118,177); }

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