#C56D9D

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

Shades of Hopbush #C56D9D

Tints of Hopbush #C56D9D

Color information

#C56D9D (or 0xC56D9D) is unknown color: approx Hopbush. HEX triplet: C5, 6D and 9D. RGB value is (197,109,157). Sum of RGB (Red+Green+Blue) = 197+109+157=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56D9D is #3A9262. Grayscale: #8C8C8C. Windows color (decimal): -3838563 or 10317253. OLE color: 10317253.

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

Color convert

RGB197109157-
CMYK00.450.200.23
HSL327.27º43.14%60%-
HSV(B)327.27º44.67%77.25%-
XYZ34.5825.2434.95-
YUV140.78137.15168.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=42.55%
G=23.54%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710915700.450.200.23327.2743.1460
HexC56D9D02D14171472b3c
Octal30515523505524275075374
Binary1100010111011011001110101011011010010111101000111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56D9D; }

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

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

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

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

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

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

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

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