#C560A0

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

Shades of Hopbush #C560A0

Tints of Hopbush #C560A0

Color information

#C560A0 (or 0xC560A0) is unknown color: approx Hopbush. HEX triplet: C5, 60 and A0. RGB value is (197,96,160). Sum of RGB (Red+Green+Blue) = 197+96+160=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C560A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C560A0 is #3A9F5F. Grayscale: #858585. Windows color (decimal): -3841888 or 10510533. OLE color: 10510533.

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

Color convert

RGB19796160-
CMYK00.510.190.23
HSL321.98º46.54%57.45%-
HSV(B)321.98º51.27%77.25%-
XYZ33.5522.7735.89-
YUV133.5142.96173.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=43.49%
G=21.19%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979616000.510.190.23321.9846.5457.45
HexC560A003313171422f39
Octal30514024006323275025771
Binary1100010111000001010000001100111001110111101000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C560A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C560A0; }

 p { color: rgb(197,96,160); }

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

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

 a { background-color: rgb(197,96,160); }

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

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

 span { border-color: rgb(197,96,160); }

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