#C561A5

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

Shades of Hopbush #C561A5

Tints of Hopbush #C561A5

Color information

#C561A5 (or 0xC561A5) is unknown color: approx Hopbush. HEX triplet: C5, 61 and A5. RGB value is (197,97,165). Sum of RGB (Red+Green+Blue) = 197+97+165=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C561A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561A5 is #3A9E5A. Grayscale: #868686. Windows color (decimal): -3841627 or 10838469. OLE color: 10838469.

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

Color convert

RGB19797165-
CMYK00.510.160.23
HSL319.2º46.3%57.65%-
HSV(B)319.2º50.76%77.25%-
XYZ34.0923.1438.27-
YUV134.65145.13172.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=42.92%
G=21.13%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979716500.510.160.23319.246.357.65
HexC561A5033101713f2e3a
Octal30514124506320274775672
Binary1100010111000011010010101100111000010111100111111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561A5; }

 p { color: rgb(197,97,165); }

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

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

 a { background-color: rgb(197,97,165); }

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

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

 span { border-color: rgb(197,97,165); }

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