#C56185

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

Shades of Hopbush #C56185

Tints of Hopbush #C56185

Color information

#C56185 (or 0xC56185) is unknown color: approx Hopbush. HEX triplet: C5, 61 and 85. RGB value is (197,97,133). Sum of RGB (Red+Green+Blue) = 197+97+133=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C56185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56185 is #3A9E7A. Grayscale: #828282. Windows color (decimal): -3841659 or 8741317. OLE color: 8741317.

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

Color convert

RGB19797133-
CMYK00.510.320.23
HSL338.4º46.3%57.65%-
HSV(B)338.4º50.76%77.25%-
XYZ31.5322.1124.8-
YUV131129.13175.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 133 (52.34% from 255) = 31.15%
R=46.14%
G=22.72%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979713300.510.320.23338.446.357.65
HexC5618503320171522e3a
Octal30514120506340275225672
Binary11000101110000110000101011001110000010111101010010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56185; }

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

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

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

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

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

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

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

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