#C56786

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

Shades of Hopbush #C56786

Tints of Hopbush #C56786

Color information

#C56786 (or 0xC56786) is unknown color: approx Hopbush. HEX triplet: C5, 67 and 86. RGB value is (197,103,134). Sum of RGB (Red+Green+Blue) = 197+103+134=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C56786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56786 is #3A9879. Grayscale: #868686. Windows color (decimal): -3840122 or 8808389. OLE color: 8808389.

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

Color convert

RGB197103134-
CMYK00.480.320.23
HSL340.21º44.76%58.82%-
HSV(B)340.21º47.72%77.25%-
XYZ32.1823.2925.35-
YUV134.64127.64172.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.39%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=45.39%
G=23.73%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710313400.480.320.23340.2144.7658.82
HexC5678603020171542d3b
Octal30514720606040275245573
Binary11000101110011110000110011000010000010111101010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56786; }

 p { color: rgb(197,103,134); }

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

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

 a { background-color: rgb(197,103,134); }

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

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

 span { border-color: rgb(197,103,134); }

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