#C56B8F

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

Shades of Hopbush #C56B8F

Tints of Hopbush #C56B8F

Color information

#C56B8F (or 0xC56B8F) is unknown color: approx Hopbush. HEX triplet: C5, 6B and 8F. RGB value is (197,107,143). Sum of RGB (Red+Green+Blue) = 197+107+143=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B8F is #3A9470. Grayscale: #898989. Windows color (decimal): -3839089 or 9399237. OLE color: 9399237.

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

Color convert

RGB197107143-
CMYK00.460.270.23
HSL336º43.69%59.61%-
HSV(B)336º45.69%77.25%-
XYZ33.2424.3728.94-
YUV138.01130.82170.07-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.07%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=44.07%
G=23.94%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710714300.460.270.2333643.6959.61
HexC56B8F02E1B171502c3c
Octal30515321705633275205474
Binary1100010111010111000111101011101101110111101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B8F; }

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

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

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

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

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

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

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

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