#C5719B

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

Shades of Hopbush #C5719B

Tints of Hopbush #C5719B

Color information

#C5719B (or 0xC5719B) is unknown color: approx Hopbush. HEX triplet: C5, 71 and 9B. RGB value is (197,113,155). Sum of RGB (Red+Green+Blue) = 197+113+155=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5719B is #3A8E64. Grayscale: #8E8E8E. Windows color (decimal): -3837541 or 10187205. OLE color: 10187205.

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

Color convert

RGB197113155-
CMYK00.430.210.23
HSL330º42%60.78%-
HSV(B)330º42.64%77.25%-
XYZ34.8526.0534.2-
YUV142.9134.83166.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 113 (44.53% from 255) = 24.30%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=42.37%
G=24.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711315500.430.210.233304260.78
HexC5719B02B151714a2a3d
Octal30516123305325275125275
Binary1100010111100011001101101010111010110111101001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5719B; }

 p { color: rgb(197,113,155); }

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

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

 a { background-color: rgb(197,113,155); }

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

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

 span { border-color: rgb(197,113,155); }

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