#C5719A

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

Shades of Hopbush #C5719A

Tints of Hopbush #C5719A

Color information

#C5719A (or 0xC5719A) is unknown color: approx Hopbush. HEX triplet: C5, 71 and 9A. RGB value is (197,113,154). Sum of RGB (Red+Green+Blue) = 197+113+154=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5719A is #3A8E65. Grayscale: #8E8E8E. Windows color (decimal): -3837542 or 10121669. OLE color: 10121669.

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

Color convert

RGB197113154-
CMYK00.430.220.23
HSL330.71º42%60.78%-
HSV(B)330.71º42.64%77.25%-
XYZ34.7626.0133.76-
YUV142.79134.33166.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 113 (44.53% from 255) = 24.35%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=42.46%
G=24.35%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711315400.430.220.23330.714260.78
HexC5719A02B161714b2a3d
Octal30516123205326275135275
Binary1100010111100011001101001010111011010111101001011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5719A; }

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

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

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

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

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

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

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

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