#C5709F

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

Shades of Hopbush #C5709F

Tints of Hopbush #C5709F

Color information

#C5709F (or 0xC5709F) is unknown color: approx Hopbush. HEX triplet: C5, 70 and 9F. RGB value is (197,112,159). Sum of RGB (Red+Green+Blue) = 197+112+159=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5709F is #3A8F60. Grayscale: #8E8E8E. Windows color (decimal): -3837793 or 10449093. OLE color: 10449093.

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

Color convert

RGB197112159-
CMYK00.430.190.23
HSL326.82º42.29%60.59%-
HSV(B)326.82º43.15%77.25%-
XYZ35.0825.9635.96-
YUV142.77137.16166.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=42.09%
G=23.93%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711215900.430.190.23326.8242.2960.59
HexC5709F02B13171472a3d
Octal30516023705323275075275
Binary1100010111100001001111101010111001110111101000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5709F; }

 p { color: rgb(197,112,159); }

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

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

 a { background-color: rgb(197,112,159); }

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

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

 span { border-color: rgb(197,112,159); }

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