#C56795

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

Shades of Hopbush #C56795

Tints of Hopbush #C56795

Color information

#C56795 (or 0xC56795) is unknown color: approx Hopbush. HEX triplet: C5, 67 and 95. RGB value is (197,103,149). Sum of RGB (Red+Green+Blue) = 197+103+149=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C56795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56795 is #3A986A. Grayscale: #888888. Windows color (decimal): -3840107 or 9791429. OLE color: 9791429.

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

Color convert

RGB197103149-
CMYK00.480.240.23
HSL330.64º44.76%58.82%-
HSV(B)330.64º47.72%77.25%-
XYZ33.323.7431.26-
YUV136.35135.14171.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=43.88%
G=22.94%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710314900.480.240.23330.6444.7658.82
HexC56795030181714b2d3b
Octal30514722506030275135573
Binary1100010111001111001010101100001100010111101001011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56795; }

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

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

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

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

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

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

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

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