#C56686

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

Shades of Hopbush #C56686

Tints of Hopbush #C56686

Color information

#C56686 (or 0xC56686) is unknown color: approx Hopbush. HEX triplet: C5, 66 and 86. RGB value is (197,102,134). Sum of RGB (Red+Green+Blue) = 197+102+134=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C56686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56686 is #3A9979. Grayscale: #868686. Windows color (decimal): -3840378 or 8808133. OLE color: 8808133.

HSL color Cylindrical-coordinate representation of color #C56686: hue angle of 339.79º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56686 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197102134-
CMYK00.480.320.23
HSL339.79º45.02%58.63%-
HSV(B)339.79º48.22%77.25%-
XYZ32.0823.0925.32-
YUV134.05127.97172.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 102 (40.23% from 255) = 23.56%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=45.50%
G=23.56%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710213400.480.320.23339.7945.0258.63
HexC5668603020171542d3b
Octal30514620606040275245573
Binary11000101110011010000110011000010000010111101010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56686; }

 p { color: rgb(197,102,134); }

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

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

 a { background-color: rgb(197,102,134); }

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

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

 span { border-color: rgb(197,102,134); }

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