#C56B8A

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

Shades of Hopbush #C56B8A

Tints of Hopbush #C56B8A

Color information

#C56B8A (or 0xC56B8A) is unknown color: approx Hopbush. HEX triplet: C5, 6B and 8A. RGB value is (197,107,138). Sum of RGB (Red+Green+Blue) = 197+107+138=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56B8A is #3A9475. Grayscale: #898989. Windows color (decimal): -3839094 or 9071557. OLE color: 9071557.

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

Color convert

RGB197107138-
CMYK00.460.300.23
HSL339.33º43.69%59.61%-
HSV(B)339.33º45.69%77.25%-
XYZ32.8724.2226.99-
YUV137.44128.32170.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 107 (42.19% from 255) = 24.21%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=44.57%
G=24.21%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710713800.460.300.23339.3343.6959.61
HexC56B8A02E1E171532c3c
Octal30515321205636275235474
Binary1100010111010111000101001011101111010111101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56B8A; }

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

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

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

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

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

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

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

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