#C56F97

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

Shades of Hopbush #C56F97

Tints of Hopbush #C56F97

Color information

#C56F97 (or 0xC56F97) is unknown color: approx Hopbush. HEX triplet: C5, 6F and 97. RGB value is (197,111,151). Sum of RGB (Red+Green+Blue) = 197+111+151=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56F97 is #3A9068. Grayscale: #8D8D8D. Windows color (decimal): -3838057 or 9924549. OLE color: 9924549.

HSL color Cylindrical-coordinate representation of color #C56F97: hue angle of 332.09º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56F97 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB197111151-
CMYK00.440.230.23
HSL332.09º42.57%60.39%-
HSV(B)332.09º43.65%77.25%-
XYZ34.325.4732.39-
YUV141.27133.49167.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=42.92%
G=24.18%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711115100.440.230.23332.0942.5760.39
HexC56F9702C171714c2b3c
Octal30515722705427275145374
Binary1100010111011111001011101011001011110111101001100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56F97; }

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

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

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

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

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

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

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

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