#C56B97

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

Shades of Hopbush #C56B97

Tints of Hopbush #C56B97

Color information

#C56B97 (or 0xC56B97) is unknown color: approx Hopbush. HEX triplet: C5, 6B and 97. RGB value is (197,107,151). Sum of RGB (Red+Green+Blue) = 197+107+151=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B97 is #3A9468. Grayscale: #8A8A8A. Windows color (decimal): -3839081 or 9923525. OLE color: 9923525.

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

Color convert

RGB197107151-
CMYK00.460.230.23
HSL330.67º43.69%59.61%-
HSV(B)330.67º45.69%77.25%-
XYZ33.8724.6232.25-
YUV138.93134.82169.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=43.30%
G=23.52%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710715100.460.230.23330.6743.6959.61
HexC56B9702E171714b2c3c
Octal30515322705627275135474
Binary1100010111010111001011101011101011110111101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B97; }

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

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

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

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

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

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

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

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