#C56B8D

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

Shades of Hopbush #C56B8D

Tints of Hopbush #C56B8D

Color information

#C56B8D (or 0xC56B8D) is unknown color: approx Hopbush. HEX triplet: C5, 6B and 8D. RGB value is (197,107,141). Sum of RGB (Red+Green+Blue) = 197+107+141=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B8D is #3A9472. Grayscale: #898989. Windows color (decimal): -3839091 or 9268165. OLE color: 9268165.

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

Color convert

RGB197107141-
CMYK00.460.280.23
HSL337.33º43.69%59.61%-
HSV(B)337.33º45.69%77.25%-
XYZ33.0924.3128.15-
YUV137.79129.82170.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=44.27%
G=24.04%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710714100.460.280.23337.3343.6959.61
HexC56B8D02E1C171512c3c
Octal30515321505634275215474
Binary1100010111010111000110101011101110010111101010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B8D; }

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

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

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

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

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

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

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

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