#C56A9D

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

Shades of Hopbush #C56A9D

Tints of Hopbush #C56A9D

Color information

#C56A9D (or 0xC56A9D) is unknown color: approx Hopbush. HEX triplet: C5, 6A and 9D. RGB value is (197,106,157). Sum of RGB (Red+Green+Blue) = 197+106+157=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56A9D is #3A9562. Grayscale: #8A8A8A. Windows color (decimal): -3839331 or 10316485. OLE color: 10316485.

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

Color convert

RGB197106157-
CMYK00.460.200.23
HSL326.37º43.96%59.41%-
HSV(B)326.37º46.19%77.25%-
XYZ34.2724.6134.84-
YUV139.02138.15169.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.83%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 157 (61.72% from 255) = 34.13%
R=42.83%
G=23.04%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710615700.460.200.23326.3743.9659.41
HexC56A9D02E14171462c3b
Octal30515223505624275065473
Binary1100010111010101001110101011101010010111101000110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A9D; }

 p { color: rgb(197,106,157); }

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

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

 a { background-color: rgb(197,106,157); }

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

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

 span { border-color: rgb(197,106,157); }

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