#C56397

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

Shades of Hopbush #C56397

Tints of Hopbush #C56397

Color information

#C56397 (or 0xC56397) is unknown color: approx Hopbush. HEX triplet: C5, 63 and 97. RGB value is (197,99,151). Sum of RGB (Red+Green+Blue) = 197+99+151=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56397 is #3A9C68. Grayscale: #868686. Windows color (decimal): -3841129 or 9921477. OLE color: 9921477.

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

Color convert

RGB19799151-
CMYK00.500.230.23
HSL328.16º45.79%58.04%-
HSV(B)328.16º49.75%77.25%-
XYZ33.0723.0331.98-
YUV134.23137.47172.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 99 (39.06% from 255) = 22.15%
BLUE value IS 151 (59.38% from 255) = 33.78%
R=44.07%
G=22.15%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979915100.500.230.23328.1645.7958.04
HexC5639703217171482e3a
Octal30514322706227275105672
Binary1100010111000111001011101100101011110111101001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56397; }

 p { color: rgb(197,99,151); }

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

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

 a { background-color: rgb(197,99,151); }

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

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

 span { border-color: rgb(197,99,151); }

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