#C5779E

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

Shades of Hopbush #C5779E

Tints of Hopbush #C5779E

Color information

#C5779E (or 0xC5779E) is unknown color: approx Hopbush. HEX triplet: C5, 77 and 9E. RGB value is (197,119,158). Sum of RGB (Red+Green+Blue) = 197+119+158=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5779E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5779E is #3A8861. Grayscale: #929292. Windows color (decimal): -3836002 or 10385349. OLE color: 10385349.

HSL color Cylindrical-coordinate representation of color #C5779E: hue angle of 330º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5779E is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197119158-
CMYK00.400.200.23
HSL330º40.21%61.96%-
HSV(B)330º39.59%77.25%-
XYZ35.7927.5335.78-
YUV146.77134.34163.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=41.56%
G=25.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711915800.400.200.2333040.2161.96
HexC5779E028141714a283e
Octal30516723605024275125076
Binary1100010111101111001111001010001010010111101001010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5779E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5779E; }

 p { color: rgb(197,119,158); }

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

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

 a { background-color: rgb(197,119,158); }

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

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

 span { border-color: rgb(197,119,158); }

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