#C56785

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

Shades of Hopbush #C56785

Tints of Hopbush #C56785

Color information

#C56785 (or 0xC56785) is unknown color: approx Hopbush. HEX triplet: C5, 67 and 85. RGB value is (197,103,133). Sum of RGB (Red+Green+Blue) = 197+103+133=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C56785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56785 is #3A987A. Grayscale: #868686. Windows color (decimal): -3840123 or 8742853. OLE color: 8742853.

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

Color convert

RGB197103133-
CMYK00.480.320.23
HSL340.85º44.76%58.82%-
HSV(B)340.85º47.72%77.25%-
XYZ32.1123.2624.99-
YUV134.53127.14172.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=45.50%
G=23.79%
B=30.72%

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
Decimal19710313300.480.320.23340.8544.7658.82
HexC5678503020171552d3b
Octal30514720506040275255573
Binary11000101110011110000101011000010000010111101010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56785; }

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

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

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

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

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

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

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

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