#C5749C

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

Shades of Hopbush #C5749C

Tints of Hopbush #C5749C

Color information

#C5749C (or 0xC5749C) is unknown color: approx Hopbush. HEX triplet: C5, 74 and 9C. RGB value is (197,116,156). Sum of RGB (Red+Green+Blue) = 197+116+156=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5749C is #3A8B63. Grayscale: #909090. Windows color (decimal): -3836772 or 10253509. OLE color: 10253509.

HSL color Cylindrical-coordinate representation of color #C5749C: hue angle of 330.37º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5749C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB197116156-
CMYK00.410.210.23
HSL330.37º41.12%61.37%-
HSV(B)330.37º41.12%77.25%-
XYZ35.2726.7634.76-
YUV144.78134.34165.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 116 (45.70% from 255) = 24.73%
BLUE value IS 156 (61.33% from 255) = 33.26%
R=42.00%
G=24.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711615600.410.210.23330.3741.1261.37
HexC5749C029151714a293d
Octal30516423405125275125175
Binary1100010111101001001110001010011010110111101001010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5749C; }

 p { color: rgb(197,116,156); }

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

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

 a { background-color: rgb(197,116,156); }

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

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

 span { border-color: rgb(197,116,156); }

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