#C56A9E

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

Shades of Hopbush #C56A9E

Tints of Hopbush #C56A9E

Color information

#C56A9E (or 0xC56A9E) is unknown color: approx Hopbush. HEX triplet: C5, 6A and 9E. RGB value is (197,106,158). Sum of RGB (Red+Green+Blue) = 197+106+158=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56A9E is #3A9561. Grayscale: #8B8B8B. Windows color (decimal): -3839330 or 10382021. OLE color: 10382021.

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

Color convert

RGB197106158-
CMYK00.460.200.23
HSL325.71º43.96%59.41%-
HSV(B)325.71º46.19%77.25%-
XYZ34.3524.6535.29-
YUV139.14138.65169.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=42.73%
G=22.99%
B=34.27%

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
Decimal19710615800.460.200.23325.7143.9659.41
HexC56A9E02E14171462c3b
Octal30515223605624275065473
Binary1100010111010101001111001011101010010111101000110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A9E; }

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

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

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

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

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

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

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

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