#C778B6

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

Shades of London Hue #C778B6

Tints of London Hue #C778B6

Color information

#C778B6 (or 0xC778B6) is unknown color: approx London Hue. HEX triplet: C7, 78 and B6. RGB value is (199,120,182). Sum of RGB (Red+Green+Blue) = 199+120+182=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C778B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778B6 is #388749. Grayscale: #969696. Windows color (decimal): -3704650 or 11958471. OLE color: 11958471.

HSL color Cylindrical-coordinate representation of color #C778B6: hue angle of 312.91º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778B6 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199120182-
CMYK00.400.090.22
HSL312.91º41.36%62.55%-
HSV(B)312.91º39.7%78.04%-
XYZ38.7128.9547.8-
YUV150.69145.67162.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 182 (71.48% from 255) = 36.33%
R=39.72%
G=23.95%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912018200.400.090.22312.9141.3662.55
HexC778B6028916139293f
Octal30717026605011264715177
Binary110001111111000101101100101000100110110100111001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778B6; }

 p { color: rgb(199,120,182); }

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

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

 a { background-color: rgb(199,120,182); }

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

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

 span { border-color: rgb(199,120,182); }

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