#C778B2

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

Shades of London Hue #C778B2

Tints of London Hue #C778B2

Color information

#C778B2 (or 0xC778B2) is unknown color: approx London Hue. HEX triplet: C7, 78 and B2. RGB value is (199,120,178). Sum of RGB (Red+Green+Blue) = 199+120+178=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C778B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C778B2 is #38874D. Grayscale: #969696. Windows color (decimal): -3704654 or 11696327. OLE color: 11696327.

HSL color Cylindrical-coordinate representation of color #C778B2: hue angle of 315.95º 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 #C778B2 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB199120178-
CMYK00.400.110.22
HSL315.95º41.36%62.55%-
HSV(B)315.95º39.7%78.04%-
XYZ38.3128.7945.66-
YUV150.23143.67162.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 120 (47.27% from 255) = 24.14%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=40.04%
G=24.14%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912017800.400.110.22315.9541.3662.55
HexC778B2028B1613c293f
Octal30717026205013264745177
Binary110001111111000101100100101000101110110100111100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778B2; }

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

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

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

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

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

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

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

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