#C5629E

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

Shades of Hopbush #C5629E

Tints of Hopbush #C5629E

Color information

#C5629E (or 0xC5629E) is unknown color: approx Hopbush. HEX triplet: C5, 62 and 9E. RGB value is (197,98,158). Sum of RGB (Red+Green+Blue) = 197+98+158=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5629E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5629E is #3A9D61. Grayscale: #868686. Windows color (decimal): -3841378 or 10379973. OLE color: 10379973.

HSL color Cylindrical-coordinate representation of color #C5629E: hue angle of 323.64º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5629E is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB19798158-
CMYK00.500.200.23
HSL323.64º46.05%57.84%-
HSV(B)323.64º50.25%77.25%-
XYZ33.5723.0735.03-
YUV134.44141.3172.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=43.49%
G=21.63%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979815800.500.200.23323.6446.0557.84
HexC5629E03214171442e3a
Octal30514223606224275045672
Binary1100010111000101001111001100101010010111101000100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5629E; }

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

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

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

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

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

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

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

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