#C5629C

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

Shades of Hopbush #C5629C

Tints of Hopbush #C5629C

Color information

#C5629C (or 0xC5629C) is unknown color: approx Hopbush. HEX triplet: C5, 62 and 9C. RGB value is (197,98,156). Sum of RGB (Red+Green+Blue) = 197+98+156=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 98 (38.67% from 255 or 21.73% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C5629C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5629C is #3A9D63. Grayscale: #868686. Windows color (decimal): -3841380 or 10248901. OLE color: 10248901.

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

Color convert

RGB19798156-
CMYK00.500.210.23
HSL324.85º46.05%57.84%-
HSV(B)324.85º50.25%77.25%-
XYZ33.3923.0134.13-
YUV134.21140.3172.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 98 (38.67% from 255) = 21.73%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=43.68%
G=21.73%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979815600.500.210.23324.8546.0557.84
HexC5629C03215171452e3a
Octal30514223406225275055672
Binary1100010111000101001110001100101010110111101000101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5629C; }

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

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

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

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

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

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

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

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